forked from pinks/eris
1
0
Fork 0
nyx/ui/index.html

14 lines
370 B
HTML
Raw Permalink Normal View History

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>
<script async src="/es-module-shims.js"></script>
2023-09-26 10:43:36 +00:00
<title>Eris</title>
</head>
<body>
2023-09-26 10:43:36 +00:00
</body>
</html>