akkadius-eq-expansion-switcher/frontend/index.html
Chris Miles ab8fd836db Tweaks
2023-11-04 22:18:28 -05:00

14 lines
395 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>eq-expansion-switcher</title>
<link href="./src/style.css" rel="stylesheet">
</head>
<body>
<div id="app" style="overflow-x: hidden; overflow-y: hidden; height: 100vh"></div>
<script src="./src/main.ts" type="module"></script>
</body>
</html>