10 lines
195 B
HTML
Raw Normal View History

<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<div id="root"></div>
2022-10-20 04:41:21 +02:00
<script type="module" src="./index.js"></script>
</body>
</html>