omni-tools/index.html

20 lines
737 B
HTML
Raw Permalink 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" />
2025-07-09 15:25:40 +01:00
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="OmniTools" />
<link rel="manifest" href="/site.webmanifest" />
2025-07-09 01:48:33 +01:00
<link href="/assets/fonts/quicksand/quick-sand.css" rel="stylesheet" />
2025-02-27 14:13:27 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>OmniTools</title>
2025-02-27 14:13:27 +00:00
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
2024-06-19 18:08:19 +01:00
</html>