2022-03-12 00:46:11 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2022-04-22 06:07:43 +02:00
|
|
|
<div id="root"></div>
|
2022-10-20 04:41:21 +02:00
|
|
|
<script type="module" src="./index.ts"></script>
|
2022-03-12 00:46:11 +01:00
|
|
|
</body>
|
|
|
|
|
</html>
|