Files
volcanantiguaroasters/order/index.html
T

33 lines
1.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Order — Volcán Antigua Roasters</title>
<!-- /order is the destination of the "SCAN TO ORDER" QR printed on labels. It forwards to the order form (orders.html). -->
<link rel="canonical" href="https://www.volcanantiguaroasters.com/orders.html">
<meta http-equiv="refresh" content="0; url=/orders.html">
<meta name="robots" content="noindex">
<style>
html,body{height:100%;margin:0}
body{background:#111111;color:#d9bd82;display:flex;align-items:center;justify-content:center;
font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;text-align:center;padding:24px}
.wrap{max-width:420px}
.mark{font-size:1.6rem;letter-spacing:.28em;font-weight:700;text-transform:uppercase}
.sub{margin-top:6px;font-size:.7rem;letter-spacing:.3em;color:#a89b86;text-transform:uppercase}
p{margin-top:28px;color:#f5f1e8;font-size:.95rem;line-height:1.5}
a{color:#d9bd82;text-decoration:none;border-bottom:1px solid #d9bd82;padding-bottom:3px;
font-size:.74rem;letter-spacing:.22em;text-transform:uppercase;display:inline-block;margin-top:22px}
</style>
<script>window.location.replace("/orders.html");</script>
</head>
<body>
<div class="wrap">
<div class="mark">Volcán Antigua</div>
<div class="sub">Roasters</div>
<p>Taking you to the order page…</p>
<a href="/orders.html">Reserve your bag →</a>
</div>
</body>
</html>