2022-03-12 00:46:11 +01:00
|
|
|
<!DOCTYPE html>
|
2022-08-16 20:25:55 +02:00
|
|
|
<html lang="en">
|
2022-03-12 00:46:11 +01:00
|
|
|
<head>
|
2022-08-16 20:25:55 +02:00
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
|
|
|
|
|
<title>React App</title>
|
2022-03-12 00:46:11 +01:00
|
|
|
</head>
|
|
|
|
|
<body>
|
2022-04-22 06:07:43 +02:00
|
|
|
<div id="root"></div>
|
2022-12-27 23:26:17 +01:00
|
|
|
<script type="module" src="./index.tsx"></script>
|
2022-03-12 00:46:11 +01:00
|
|
|
</body>
|
|
|
|
|
</html>
|