news.html (2097B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 6 <meta http-equiv="X-UA-Compatible" content="ie=edge"> 7 <link rel="stylesheet" href="style.css"> 8 <link rel="icon" type="image/png" href="favicon.png"> 9 <title>evenfri - news</title> 10 </head> 11 12 <body> 13 <div class="container"> 14 <h1><a href="index.html">evenfri</a></h1> 15 16 <div class="nav"> 17 < <a href="index.html">home</a> > 18 </div> 19 20 <div class="news-blog-item"> 21 <dl> 22 <dt>Date: Mon Aug 17 08:55 PM +08 GMT</dt> 23 <dt>Subject: start open-source project</dt> 24 <dt>Text:</dt> 25 <dd>everyone, i created and started developing my kernel: <strong>oxytoxin</strong></dd> 26 <dd>i invite you to participate in the project</dd> 27 <dd>repository: <a href="http://git.evenfri.xyz/oxytoxin/log.html">http://git.evenfri.xyz/oxytoxin/log.html</a></dd> 28 <dd>you can view the contribution guidelines here: <a href="http://evenfri.xyz/contributing.html">http://evenfri.xyz/contributing.html</a></dd> 29 </dl> 30 </div> 31 <br> 32 33 <div class="news-blog-item"> 34 <dl> 35 <dt>Date: Sat Aug 15 03:40 AM +08 GMT</dt> 36 <dt>Subject: first thanks</dt> 37 <dt>Text:</dt> 38 <dd>hooray, first thanks!</dd> 39 </dl> 40 </div> 41 <br> 42 43 <div class="news-blog-item"> 44 <dl> 45 <dt>Date: Sat Aug 15 00:26 AM +08 GMT</dt> 46 <dt>Subject: new domain</dt> 47 <dt>Text:</dt> 48 <dd>i bought a domain for the website: <strong>evenfri.xyz</strong></dd> 49 <dd>im waiting for it to work and then i update the site</dd> 50 </dl> 51 </div> 52 <br> 53 54 <h3>suggestion</h3> 55 <dl> 56 <dt>message form:</dt> 57 <dt>-------------</dt> 58 <dt>To:</dt> 59 <dd><strong>evenfri256@gmail.com</strong></dd> 60 <dt>Subject:</dt> 61 <dd>[NEWS SUGGESTION] by NICKNAME</dd> 62 </dl> 63 64 </div> 65 </body> 66 </html>