comparison mrjunejune/src/tools/index.html @ 242:543df0fe7168

[tools] Add full HLS player support
author MrJuneJune <me@mrjunejune.com>
date Mon, 03 Aug 2026 13:14:41 -0700
parents 5d3e116dd745
children b8aa08503378
comparison
equal deleted inserted replaced
241:9c2eec61a152 242:543df0fe7168
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="/tools/hls_player">Online HLS Player</a></li>
14 <li><a href="/notes">Personal Notes</a></li> 15 <li><a href="/notes">Personal Notes</a></li>
15 </ul> 16 </ul>
16 <h3> TODOs </h3> 17 <h3> TODOs </h3>
17 <ul class="nav-list"> 18 <ul class="nav-list">
18 <li>- Simple online LaTex editor.</li> 19 <li>- Simple online LaTex editor.</li>
19 <li>- Online HLS player.</li>
20 </ul> 20 </ul>
21 </main> 21 </main>
22 {{/parts/footer.html}} 22 {{/parts/footer.html}}
23 </body> 23 </body>
24 </html> 24 </html>