view mrjunejune/src/tools/index.html @ 273:e02e2036ef84 default tip

add Layer 2 JRPG component system Add reusable content and window modals, an isolated component sandbox, shared cyberpunk scroll areas, production-safe cache freshness, and server-rendered JRPG panel state. Co-authored-by: Copilot <[email protected]>
author MrJuneJune <me@mrjunejune.com>
date Sat, 08 Aug 2026 02:08:08 -0700
parents b8aa08503378
children
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><a href="/tools/markdown_to_html">MarkDown to HTML</a></li>
         <li><a href="/tools/file_converter">Images to Webp / Video to Mp4</a></li>
         <li><a href="/tools/hls_player">Online HLS Player</a></li>
         <li><a href="/tools/latex_editor">Online LaTeX Editor</a></li>
         <li><a href="/notes">Personal Notes</a></li>
       </ul>
     </main>
     {{/parts/footer.html}}
  </body>
</html>