starsy/index.html

14 lines
387 B
HTML
Raw Normal View History

2022-01-02 01:19:56 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2022-01-02 02:22:18 +01:00
<title>Starsy ̋̄— Star System Generator</title>
2022-01-02 01:19:56 +01:00
</head>
<body class="theme-inverse">
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>