omni-tools/index.html

15 lines
418 B
HTML
Raw Normal View History

2024-06-22 22:06:16 +01:00
<!doctype html>
2024-06-19 18:08:19 +01:00
<html lang="en">
2025-02-27 14:13:27 +00:00
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link href="/assets/fonts/plus-jakarta/plus-jakarta.css" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Omni Tools</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
2024-06-19 18:08:19 +01:00
</html>