Mercurial
diff mrjunejune/src/tools/index.html @ 92:655ea0b661fd
[Seobeo] Added few endpoints for handling files. [Dowa] Added few functions for random number and generating uuids
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Fri, 02 Jan 2026 17:47:10 -0800 |
| parents | bcc76a156aea |
| children | be91a73d801a |
line wrap: on
line diff
--- a/mrjunejune/src/tools/index.html Thu Jan 01 16:34:51 2026 -0800 +++ b/mrjunejune/src/tools/index.html Fri Jan 02 17:47:10 2026 -0800 @@ -9,7 +9,8 @@ <main> <h1 class="title"> Tools </h1> <ul class="nav-list"> - <li><div class="sphere"></div><a href="/tools/markdown_to_html">MarkDown to HTML</a></li> + <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> </main> </body>