30 lines
1.4 KiB
HTML
30 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Sultan Sufrasi | Coming Soon</title>
|
|
<style>
|
|
body { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; background: #0f0a05; color: #f5e8c7; 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: #e8b923; }
|
|
p { font-size: 1.2rem; line-height: 1.6; color: #d4c3a3; }
|
|
.note { margin-top: 2rem; font-size: 0.9rem; color: #8a7150; border-top: 1px solid #3a2f1f; padding-top: 1rem; }
|
|
a { color: #e8b923; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<h1>Sultan Sufrasi</h1>
|
|
<p>Authentic flavors. Timeless hospitality.<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/sultansufrasi">Gitea</a>.<br>
|
|
Push to the <strong>production</strong> branch to update.
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|
|
<!-- auto-deploy test: 2026-06-05T09:39:42+00:00 -->
|