blog.html (1984B)
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 - blog</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: Thu Sep 24 09:49 PM +08 GMT</dt> 23 <dt>Subject: start irc server</dt> 24 <dt>Text:</dt> 25 <dd>hello. i created irc server: <a>irc.evenfri.xyz</a>. have <a>#main</a> channel</dd> 26 </dl> 27 </div> 28 <br> 29 30 <div class="news-blog-item"> 31 <dl> 32 <dt>Date: Mon Aug 17 09:01 PM +08 GMT</dt> 33 <dt>Subject: start open-source project</dt> 34 <dt>Text:</dt> 35 <dd>everyone, i created and started developing my kernel: <strong>oxytoxin</strong></dd> 36 <dd>i invite you to participate in the project</dd> 37 <dd>repository: <a href="http://git.evenfri.xyz/oxytoxin/log.html">http://git.evenfri.xyz/oxytoxin/log.html</a></dd> 38 <dd>you can view the contribution guidelines here: <a href="http://evenfri.xyz/contributing.html">http://evenfri.xyz/contributing.html</a></dd> 39 </dl> 40 </div> 41 <br> 42 43 <div class="news-blog-item"> 44 Date: Sat Aug 15 04:51 PM +08 GMT<br> 45 Title: i got in...<br> 46 i got into my technical college... its a fucking nightmare...<br> 47 </div> 48 <br> 49 50 <div class="news-blog-item"> 51 Date: Sat Aug 15 00:26 AM +08 GMT<br> 52 Title: <code>pacman -Syu</code> core<br> 53 <img src="assets/blog/pacman-syu-core.png" style="max-width: 100%; border: 1px solid #000000;"> 54 </div> 55 56 </div> 57 </body> 58 </html>