Files
mir-godot/desktop/template/index.html
MakerYang a902dd3de7 new
2024-08-06 18:30:21 +08:00

12 lines
269 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title></title>
</head>
<body>
<div id="app"></div>
<script src="./src/main.ts" type="module"></script>
</body>
</html>