grid/static/index.html
2023-01-09 13:27:17 -08:00

10 lines
190 B
HTML

<html>
<head>
<meta charset="utf-8" />
<title>Webpack Starter</title>
</head>
<body>
<script src="./index.js" type="module"></script>
</body>
</html>