grid/static/index.html

11 lines
239 B
HTML
Raw Normal View History

2023-01-09 20:51:11 +00:00
<html>
<head>
<meta charset="utf-8" />
2023-01-09 21:36:58 +00:00
<link rel="icon" href="data:,"><!-- disable favicon -->
2023-01-09 20:51:11 +00:00
<title>Webpack Starter</title>
</head>
<body>
2023-01-09 21:36:58 +00:00
<script src="./main.js"></script>
2023-01-09 20:51:11 +00:00
</body>
</html>