2023-09-26 10:43:36 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<link rel="icon" href="/favicon.png" type="image/png">
|
|
|
|
<script type="module" src="/main.tsx"></script>
|
2024-01-28 14:32:45 +00:00
|
|
|
<script async src="/es-module-shims.js"></script>
|
2023-09-26 10:43:36 +00:00
|
|
|
<title>Eris</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
2024-01-28 14:32:45 +00:00
|
|
|
|
2023-09-26 10:43:36 +00:00
|
|
|
</body>
|
2024-01-28 14:32:45 +00:00
|
|
|
</html>
|