Files
mir-godot/desktop/template/index.html

12 lines
269 B
HTML
Raw Normal View History

2024-03-03 22:59:18 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
2024-08-06 18:30:21 +08:00
<title></title>
2024-03-03 22:59:18 +08:00
</head>
<body>
2024-08-06 18:30:21 +08:00
<div id="app"></div>
<script src="./src/main.ts" type="module"></script>
2024-03-03 22:59:18 +08:00
</body>
</html>