epic-errands / diy_lab /frontend /index.html
curieous's picture
Deploy Epic Errands V2 Space clean
b09ded8 verified
Raw
History Blame Contribute Delete
601 Bytes
<!doctype html>
<html lang="en" data-theme="atelier">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Epic Errands DIY Lab</title>
<link rel="stylesheet" href="/epic/styles/tokens.css">
<link rel="stylesheet" href="/epic/styles/components.css">
<link rel="stylesheet" href="/epic/styles/app.css">
<link rel="stylesheet" href="/epic-diy/styles/diy.css">
</head>
<body>
<main id="diy-app" class="phone-stage" aria-live="polite"></main>
<script src="/epic-diy/scripts/diy.js"></script>
</body>
</html>