comparison mrjunejune/src/tools/index.html @ 231:09a96dcb2b4c hg-web

[merge] Join existing hg-web branch head
author MrJuneJune <me@mrjunejune.com>
date Sun, 02 Aug 2026 16:50:48 -0700
parents 5d3e116dd745
children 543df0fe7168
comparison
equal deleted inserted replaced
217:7ef4c9d2a72d 231:09a96dcb2b4c
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>