PU2213/src/PU2213.html

17 lines
197 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>PU2213</title>
<script type="module">
import { App } from "./js/app.js";
new App();
</script>
</head>
<body>
<div class="app"></div>
</body>
</html>