Mercurial
comparison mrjunejune/src/tools/index.html @ 244:b8aa08503378
[tools] Add sandboxed online LaTeX editor
Co-authored-by: Copilot <[email protected]>
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Mon, 03 Aug 2026 16:56:25 -0700 |
| parents | 543df0fe7168 |
| children |
comparison
equal
deleted
inserted
replaced
| 243:823f2a8b16c8 | 244:b8aa08503378 |
|---|---|
| 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="/tools/hls_player">Online HLS Player</a></li> |
| 15 <li><a href="/tools/latex_editor">Online LaTeX Editor</a></li> | |
| 15 <li><a href="/notes">Personal Notes</a></li> | 16 <li><a href="/notes">Personal Notes</a></li> |
| 16 </ul> | |
| 17 <h3> TODOs </h3> | |
| 18 <ul class="nav-list"> | |
| 19 <li>- Simple online LaTex editor.</li> | |
| 20 </ul> | 17 </ul> |
| 21 </main> | 18 </main> |
| 22 {{/parts/footer.html}} | 19 {{/parts/footer.html}} |
| 23 </body> | 20 </body> |
| 24 </html> | 21 </html> |