This commit deletes the entire setup for both Gallus_Pub and Gallus_Pub_v1 projects, including `.gitignore`, configuration files, source code, styles, package files, and other related assets.
49 lines
1.7 KiB
HTML
49 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Coming Soon - Gallus Pub</title>
|
|
<link rel="stylesheet" href="styles.css">
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<div class="logo-container">
|
|
<!-- Logo placeholder - Replace with actual logo image -->
|
|
<div class="logo">
|
|
<!-- Uncomment and modify the line below to use an actual logo image -->
|
|
<!-- <img src="images/logo.png" alt="Gallus Pub Logo"> -->
|
|
GALLUS PUB
|
|
</div>
|
|
</div>
|
|
|
|
<h1 class="coming-soon">Coming Soon</h1>
|
|
|
|
<div class="social-links">
|
|
<a href="https://instagram.com/" target="_blank" class="social-link">
|
|
<i class="fab fa-instagram"></i> Instagram
|
|
</a>
|
|
<a href="mailto:info@galluspub.com" class="social-link">
|
|
<i class="far fa-envelope"></i> Email
|
|
</a>
|
|
<a href="https://wa.me/123456789" target="_blank" class="social-link">
|
|
<i class="fab fa-whatsapp"></i> WhatsApp Business
|
|
</a>
|
|
</div>
|
|
|
|
<div class="opening-hours">
|
|
<h2>Öffnungszeiten</h2>
|
|
<p>Montag - Freitag: 16:00 - 00:00 Uhr</p>
|
|
<p>Samstag - Sonntag: 14:00 - 02:00 Uhr</p>
|
|
</div>
|
|
|
|
<div class="events-note">
|
|
<p>Aktuelle Events findest du auf unserem Social Media.</p>
|
|
</div>
|
|
</div>
|
|
|
|
<script src="script.js"></script>
|
|
</body>
|
|
</html>
|