Mercurial
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 91:19cccf6e866a | 92:655ea0b661fd |
|---|---|
| 7 <body> | 7 <body> |
| 8 {{/parts/header.html}} | 8 {{/parts/header.html}} |
| 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><div class="sphere"></div><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 </ul> | 14 </ul> |
| 14 </main> | 15 </main> |
| 15 </body> | 16 </body> |
| 16 </html> | 17 </html> |