old-automod/web/index.html
2022-03-20 22:12:58 +01:00

18 lines
553 B
HTML

<!DOCTYPE html>
<html lang="en" class="dark">
<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" />
<title>Automod Dashboard</title>
</head>
<body>
<div id="root"></div>
<noscript>
<h1 style="color: #ffffff;">This application requires JavaScript.</h1>
<img src="/noscript.png" style="max-width: 100%;" />
</noscript>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>