comparison mrjunejune/src/blog/my-seobeo-journey/index.html @ 109:1c446ab6f945

[MrJuneJune] New Blog about writing Seobeo library.
author June Park <parkjune1995@gmail.com>
date Sat, 03 Jan 2026 19:37:51 -0800
parents
children 295ac2e5ec00
comparison
equal deleted inserted replaced
108:f07abbcd2ec5 109:1c446ab6f945
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 <title>Creating Network Library in C</title>
7 {{/parts/base_head.html}}
8 <link rel="stylesheet" href="/tools/markdown_to_html/index.css" />
9 </head>
10 <body>
11 {{/parts/header.html}}
12 <main>
13 <div id="content"></div>
14 </main>
15 {{/parts/footer.html}}
16 <script src="/markdown_to_html.js"></script>
17 <script>
18 fetch('/blog/my-seobeo-journey/index.md').then(res => res.text()).then(text => renderMarkdown(content, text));
19 </script>
20 </body>