comparison mrjunejune/src/tools/index.html @ 208:5d3e116dd745

[MrJuneJune] made it more mobile friendly.
author MrJuneJune <me@mrjunejune.com>
date Sun, 15 Feb 2026 12:33:54 -0800
parents be91a73d801a
children
comparison
equal deleted inserted replaced
207:58d9b64d8dca 208:5d3e116dd745
9 <main> 9 <main>
10 <h1 class="title"> Tools </h1> 10 <h1 class="title"> Tools </h1>
11 <ul class="nav-list"> 11 <ul class="nav-list">
12 <li><a href="/tools/markdown_to_html">MarkDown to HTML</a></li> 12 <li><a href="/tools/markdown_to_html">MarkDown to HTML</a></li>
13 <li><a href="/tools/file_converter">Images to Webp / Video to Mp4</a></li> 13 <li><a href="/tools/file_converter">Images to Webp / Video to Mp4</a></li>
14 <li><a href="/notes">Personal Notes</a></li>
14 </ul> 15 </ul>
15 <h3> TODOs </h3> 16 <h3> TODOs </h3>
16 <p> Probably should add this... </p>
17 <ul class="nav-list"> 17 <ul class="nav-list">
18 <li>- Simple online LaTex editor.</li> 18 <li>- Simple online LaTex editor.</li>
19 <li>- Online HLS player.</li> 19 <li>- Online HLS player.</li>
20 </ul> 20 </ul>
21 </main> 21 </main>