folium.emuplace.app/index.html
Jarrod Norwell d8b1e58dac v1.7
2024-09-06 19:35:55 +08:00

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>