28 lines
1.3 KiB
HTML
28 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Tandoori Kitchen | Coming Soon</title>
|
|
<style>
|
|
body { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; background: #1a120b; color: #f8e9d2; margin: 0; padding: 0; display: flex; align-items: center; justify-content: center; min-height: 100vh; text-align: center; }
|
|
.container { max-width: 720px; padding: 2rem; }
|
|
h1 { font-size: 3rem; margin-bottom: 0.5rem; color: #d35400; }
|
|
p { font-size: 1.2rem; line-height: 1.6; color: #e8d5b7; }
|
|
.note { margin-top: 2rem; font-size: 0.9rem; color: #8a6640; border-top: 1px solid #3f2a1f; padding-top: 1rem; }
|
|
a { color: #d35400; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<h1>Tandoori Kitchen</h1>
|
|
<p>Fire. Spice. Tradition.<br>Our new website is coming soon.</p>
|
|
<p style="margin-top:1.5rem;">In the meantime, explore our current projects at <a href="https://shahikitchen.se">shahikitchen.se</a>.</p>
|
|
<div class="note">
|
|
This site is automatically deployed from <a href="https://git.shahikitchen.se/admin/tandoorikitchen">Gitea</a>.<br>
|
|
Push to the <strong>production</strong> branch to update.
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|