Mercurial
view 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 source
<!doctype html> <html lang="en"> <head> {{/parts/base_head.html}} <link rel="stylesheet" href="/tools/index.css" /> </head> <body> {{/parts/header.html}} <main> <h1 class="title"> Tools </h1> <ul class="nav-list"> <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> </html>