Mercurial
diff mrjunejune/pages/tools/index.html @ 76:35b1abc37969
Updating my website to use seobeo library.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Wed, 31 Dec 2025 14:11:21 -0800 |
| parents | |
| children | e7bf9e002850 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mrjunejune/pages/tools/index.html Wed Dec 31 14:11:21 2025 -0800 @@ -0,0 +1,18 @@ +<!doctype html> +<html lang="en"> + <head> + <link rel="stylesheet" href="/base.css" /> + <link rel="stylesheet" href="/resume.css" /> + <link rel="stylesheet" href="/tools/index.css" /> + </head> + <body> + <div id="header"></div> + <main> + <h1 class="title"> Tools </h1> + <ul class="nav-list"> + <li><div class="sphere"></div><a href="/tools/markdown_to_html">MarkDown to HTML</a></li> + </ul> + </main> + </body> + <script src="/index.js"></script> +</html>