Files
FlakeTest/client/index.html

11 lines
277 B
HTML
Raw Normal View History

2021-08-05 10:48:00 +02:00
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
2021-08-06 22:57:59 +02:00
<link rel="manifest" href="./manifest.json">
2021-08-05 10:48:00 +02:00
</head>
<body>
2021-08-06 22:57:59 +02:00
<noscript>Please enable JavaScript!<br/>Bitte JavaScript einschalten!</noscript>
<div id="root"></div>
2021-08-05 10:48:00 +02:00
<script type="module" src="./index.js"> </script>
</body>