11 lines
277 B
HTML
11 lines
277 B
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="manifest" href="./manifest.json">
|
|
</head>
|
|
<body>
|
|
<noscript>Please enable JavaScript!<br/>Bitte JavaScript einschalten!</noscript>
|
|
<div id="root"></div>
|
|
<script type="module" src="./index.js"> </script>
|
|
</body>
|