bistrobyte / contact.html
John2121's picture
Here is all the key information and content from your current site, in plain text, ready for use with DeepSiteV3 or any other tool:
b750700 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact – Italias Romanos Too</title>
<link rel="icon" type="image/x-icon" href="http://static.photos/food/64x64/42">
<link rel="stylesheet" href="style.css">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
</head>
<body class="bg-gray-50 dark:bg-gray-900 text-gray-800 dark:text-gray-100 transition-colors">
<custom-header></custom-header>
<main class="max-w-3xl mx-auto px-4 py-10">
<section class="bg-white dark:bg-gray-800 rounded-2xl shadow-lg p-6 md:p-8">
<h1 class="text-3xl md:text-4xl font-extrabold mb-6">Contact Us</h1>
<div class="space-y-4 text-lg">
<div class="flex items-center gap-4">
<i data-feather="phone" class="w-6 h-6 text-orange-500"></i>
<a href="tel:7154238259" class="hover:text-orange-500 transition">(715) 423-8259</a>
</div>
<div class="flex items-center gap-4">
<i data-feather="map-pin" class="w-6 h-6 text-orange-500"></i>
<span>Kellner, WI / Wisconsin Rapids, WI 54494</span>
</div>
<div class="flex items-center gap-4">
<i data-feather="clock" class="w-6 h-6 text-orange-500"></i>
<span>Tue–Sun: 4–8 PM (Fri till 9, Weekend breakfast 9–11 AM)</span>
</div>
</div>
<div class="mt-6 p-4 rounded-xl bg-orange-50 dark:bg-orange-900/20 text-center">
<p class="text-sm text-gray-700 dark:text-gray-300">Call ahead for pick-up or delivery. We look forward to serving you!</p>
</div>
</section>
</main>
<custom-footer></custom-footer>
<script src="components/header.js"></script>
<script src="components/footer.js"></script>
<script src="script.js"></script>
<script>feather.replace();</script>
</body>
</html>