view mrjunejune/src/tools/index.html @ 168:f3084bca7317

[Misc] Fixed all errors and all tests should pass now.
author MrJuneJune <me@mrjunejune.com>
date Mon, 19 Jan 2026 16:29:02 -0800
parents be91a73d801a
children 5d3e116dd745
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>
       </ul>
       <h3> TODOs </h3>
       <p> Probably should add this... </p>
       <ul class="nav-list">
         <li>- Simple online LaTex editor.</li>
         <li>- Online HLS player.</li>
       </ul>
     </main>
     {{/parts/footer.html}}
  </body>
</html>