old-automod/web/index.html

18 lines
553 B
HTML
Raw Normal View History

2022-01-22 19:41:25 +00:00
<!DOCTYPE html>
2022-01-23 22:23:09 +00:00
<html lang="en" class="dark">
2022-01-22 19:41:25 +00:00
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2022-03-14 09:40:32 +00:00
<title>Automod Dashboard</title>
2022-01-22 19:41:25 +00:00
</head>
<body>
<div id="root"></div>
2022-03-20 21:12:58 +00:00
<noscript>
<h1 style="color: #ffffff;">This application requires JavaScript.</h1>
<img src="/noscript.png" style="max-width: 100%;" />
</noscript>
2022-01-22 19:41:25 +00:00
<script type="module" src="/src/main.tsx"></script>
</body>
</html>