Mercurial
view mrjunejune/src/tools/index.html @ 85:0618addd5438
Updated so CSS and JS works for non root path.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Thu, 01 Jan 2026 13:16:30 -0800 |
| parents | bcc76a156aea |
| children | 655ea0b661fd |
line wrap: on
line source
<!doctype html> <html lang="en"> <head> {{/parts/base_head.html}} <link rel="stylesheet" href="/tools/index.css" /> </head> <body> {{/parts/header.html}} <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> </html>