random-web-tools/index.html

14 lines
309 B
HTML
Raw Normal View History

2023-11-10 16:00:27 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
2024-10-16 11:19:00 +03:00
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tools</title>
2023-11-10 16:00:27 +02:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/app.js"></script>
</body>
</html>