2022-01-22 20:41:25 +01:00
|
|
|
<!DOCTYPE html>
|
2022-01-23 23:23:09 +01:00
|
|
|
<html lang="en" class="dark">
|
2022-01-22 20:41:25 +01: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 10:40:32 +01:00
|
|
|
<title>Automod Dashboard</title>
|
2022-01-22 20:41:25 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="root"></div>
|
2022-03-20 22:12:58 +01:00
|
|
|
<noscript>
|
|
|
|
<h1 style="color: #ffffff;">This application requires JavaScript.</h1>
|
|
|
|
<img src="/noscript.png" style="max-width: 100%;" />
|
|
|
|
</noscript>
|
2022-01-22 20:41:25 +01:00
|
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|