Mercurial
comparison mrjunejune/src/blog/index.html @ 122:96628cf126a0
[MrJuneJune] Websocket blog.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Thu, 08 Jan 2026 06:45:51 -0800 |
| parents | 1c446ab6f945 |
| children |
comparison
equal
deleted
inserted
replaced
| 121:7b1719fa918c | 122:96628cf126a0 |
|---|---|
| 6 <body> | 6 <body> |
| 7 {{/parts/header.html}} | 7 {{/parts/header.html}} |
| 8 <main> | 8 <main> |
| 9 <h1 class="title" style="margin-bottom: 20px;"> Blogs </h1> | 9 <h1 class="title" style="margin-bottom: 20px;"> Blogs </h1> |
| 10 <ul style="list-style: none;"> | 10 <ul style="list-style: none;"> |
| 11 <li style="margin-bottom: 20px;"> | |
| 12 <span> January 08 2026 </span> | |
| 13 <p><h4><a href="/blog/websocket-demystified">Websocket Demystified</a></h4></p> | |
| 14 </li> | |
| 11 <li style="margin-bottom: 20px;"> | 15 <li style="margin-bottom: 20px;"> |
| 12 <span> January 02 2026 </span> | 16 <span> January 02 2026 </span> |
| 13 <p><h4><a href="/blog/my-seobeo-journey">Creating Network Library in C</a></h4></p> | 17 <p><h4><a href="/blog/my-seobeo-journey">Creating Network Library in C</a></h4></p> |
| 14 </li> | 18 </li> |
| 15 <li style="margin-bottom: 20px;"> | 19 <li style="margin-bottom: 20px;"> |