15 lines
193 B
HTML
15 lines
193 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>Parcel Sandbox</title>
|
|
<meta charset="UTF-8" />
|
|
</head>
|
|
|
|
<body>
|
|
<div id="container"></div>
|
|
|
|
<script src="./src/index.js"></script>
|
|
</body>
|
|
|
|
</html> |