dragonroll/client/index.html

17 lines
364 B
HTML
Raw Permalink Normal View History

2024-08-01 21:26:01 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
2024-10-05 12:31:09 +00:00
<link rel="icon"
type="image/png"
href="favicon.png">
2024-08-01 21:26:01 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2024-08-03 20:54:58 +00:00
<title>Dragonroll</title>
2024-08-01 21:26:01 +00:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>