epic-errands / frontend /index.html
curieous's picture
Hotfix Epic Errands V2 light hosted shell
8173b0b verified
Raw
History Blame Contribute Delete
1.14 kB
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="light">
<title>Epic Errands V2</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Baloo+2:wght@500;600;700;800&family=Nunito:wght@400;600;700;800;900&family=Bangers&family=Hanken+Grotesk:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,500&family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/epic/styles/tokens.css">
<link rel="stylesheet" href="/epic/styles/components.css">
<link rel="stylesheet" href="/epic/styles/app.css">
</head>
<body>
<main class="stage" aria-label="Epic Errands V2">
<div id="app"></div>
</main>
<script>
window.EPIC_ASSET_BASE = "/epic/assets/";
</script>
<script src="/epic/scripts/app.js"></script>
</body>
</html>