pages/index.html

13 lines
327 B
HTML
Raw Normal View History

2024-01-04 15:45:29 +01:00
<!DOCTYPE html>
2024-01-04 15:51:49 +01:00
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Dětský stanový tábor ve Střílkách</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
2024-01-04 15:45:29 +01:00
</html>