Files
Nikolay Pecheniev 64c6a5fc8f Initial commit
2026-04-20 13:02:24 +03:00

19 lines
1.0 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Drink or Wait | Artisanal Coffee Shop</title>
<meta property="og:title" content="Drink or Wait | Artisanal Coffee Shop" />
<meta name="twitter:title" content="Drink or Wait | Artisanal Coffee Shop" />
<meta name="description" content="Experience perfectly brewed artisanal coffee with real-time wait tracking. Your perfect morning ritual starts here." />
<meta property="og:description" content="Experience perfectly brewed artisanal coffee with real-time wait tracking. Your perfect morning ritual starts here." />
<meta name="twitter:description" content="Experience perfectly brewed artisanal coffee with real-time wait tracking. Your perfect morning ritual starts here." />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>