61 lines
1.8 KiB
HTML
61 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Commande en ligne — Restaurant Colibri</title>
|
|
<meta name="description" content="Commandez en ligne chez Restaurant Colibri. Cuisine fraîche et locale à Québec.">
|
|
|
|
<link rel="icon" href="../../favicon.ico" sizes="32x32">
|
|
<link rel="icon" type="image/png" href="../../images/favicon-192.png" sizes="192x192">
|
|
<link rel="apple-touch-icon" href="../../images/apple-touch-icon.png">
|
|
|
|
<link rel="stylesheet" href="../../styles.css">
|
|
|
|
<style>.order-page {
|
|
min-height: 100vh;
|
|
padding-top: 100px;
|
|
}
|
|
.order-page__header {
|
|
text-align: center;
|
|
padding: 2rem 1rem 1rem;
|
|
}
|
|
.order-page__back {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
gap: 0.5rem;
|
|
color: var(--color-vert);
|
|
text-decoration: none;
|
|
font-weight: 600;
|
|
margin-bottom: 1rem;
|
|
}
|
|
.order-page__back:hover {
|
|
text-decoration: underline;
|
|
}
|
|
#ueat-order {
|
|
max-width: 1200px;
|
|
margin: 0 auto;
|
|
padding: 0 1rem 4rem;
|
|
min-height: 600px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<!-- Minimal header with back link -->
|
|
<div class="order-page">
|
|
<div class="order-page__header">
|
|
<a href="../../index.html" class="order-page__back">← Retour au site</a>
|
|
<h1 style="font-family: var(--font-serif); color: var(--color-vert); font-size: 2rem;">Commande en ligne</h1>
|
|
</div>
|
|
|
|
<!-- UEAT Integration -->
|
|
<div id="ueat-order"></div>
|
|
</div>
|
|
|
|
<script id="ueat-integration" src="https://order.ueat.io/integration/8725227c-800a-4af4-9876-11ab21977bae/fr-CA.js"></script>
|
|
<script defer src="../../_vercel/insights/script.js"></script>
|
|
|
|
</body>
|
|
</html>
|