1
0
mirror of https://github.com/troisjs/trois.git synced 2024-11-23 20:02:32 +08:00
trois/index.html

13 lines
271 B
HTML
Raw Normal View History

2020-09-14 22:57:11 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vite App</title>
</head>
<body>
<div id="app"></div>
2021-04-16 07:56:52 +08:00
<script type="module" src="/src/main.ts"></script>
2020-09-14 22:57:11 +08:00
</body>
</html>