folium.emuplace.app/index.html

16 lines
401 B
HTML
Raw Normal View History

2023-06-12 09:15:25 +02:00
<!DOCTYPE html>
<html lang="en">
2024-08-28 09:58:46 +02:00
<head>
2023-06-12 09:15:25 +02:00
<meta charset="UTF-8" />
2024-09-06 13:35:55 +02:00
<link rel="icon" type="image/png" href="/Icon_Favicon.png" />
2024-08-28 09:58:46 +02:00
<meta name="viewport" content="minimum-scale=1, initial-scale=1, width=device-width, user-scalable=no" />
<title>Folium</title>
</head>
<body>
2023-06-12 09:15:25 +02:00
<div id="root"></div>
2024-08-28 09:58:46 +02:00
<script type="module" src="src/NewHome/newhome_main.tsx"></script>
</body>
</html>