This repository has been archived on 2024-01-12. You can view files and clone it, but cannot push or open issues or pull requests.
summer-ui/index.html

13 lines
303 B
HTML
Raw Normal View History

2022-10-10 10:46:23 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
2022-11-21 17:54:47 +00:00
<title></title>
2022-10-10 10:46:23 +01:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>