mirror of
https://github.com/emuplace/folium.emuplace.app.git
synced 2024-11-22 02:12:48 +01:00
22 lines
777 B
HTML
22 lines
777 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 | Next Core</title>
|
|
|
|
<meta name="twitter:card" content="summary" />
|
|
<meta name="twitter:site" content="@getfoliumapp" />
|
|
<meta name="twitter:title" content="Get a glimpse of what's coming to Folium" />
|
|
<meta name="twitter:description" content="Nostalgia just got better" />
|
|
<meta name="twitter:image" content="https://folium.emuplace.app/Icon_Favicon.png" />
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="../src/NextCore/nextcore_main.tsx"></script>
|
|
</body>
|
|
|
|
</html> |