14 lines
353 B
HTML
Raw Normal View History

2022-03-11 15:46:11 -08:00
<!DOCTYPE html>
2022-08-16 20:25:55 +02:00
<html lang="en">
2022-03-11 15:46:11 -08: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-11 15:46:11 -08:00
</head>
<body>
<div id="root"></div>
<script type="module" src="./index.tsx"></script>
2022-03-11 15:46:11 -08:00
</body>
</html>