mirror of
https://github.com/emuplace/folium.emuplace.app.git
synced 2024-11-22 10:22:51 +01:00
16 lines
401 B
HTML
16 lines
401 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/png" href="/Icon_Favicon.png" />
|
|
<meta name="viewport" content="minimum-scale=1, initial-scale=1, width=device-width, user-scalable=no" />
|
|
<title>Folium</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="src/NewHome/newhome_main.tsx"></script>
|
|
</body>
|
|
|
|
</html> |