Files

14 lines
197 B
HTML
Raw Permalink Normal View History

2025-11-19 23:24:08 +01:00
<!DOCTYPE html>
<html>
<head>
<title>Parcel Sandbox</title>
<meta charset="UTF-8" />
</head>
<body>
<div id="root"></div>
<script src="index.js"></script>
</body>
</html>