Madewithwebsim / 4sPs76tzJwEgfgXAD.html
allknowingroger's picture
Upload 59 files
d9673df verified
raw
history blame contribute delete
No virus
2.98 kB
<html><head><base href="https://webcams.websim.ai/" />
<title>WebCams - Live Video Feeds from Around the World</title>
<style>
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: #f4f4f4;
margin: 0;
padding: 20px;
color: #333;
}
h1 {
color: #2c3e50;
text-align: center;
margin-bottom: 30px;
}
.video-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 25px;
margin-top: 20px;
}
.video-container {
background-color: #fff;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease;
}
.video-container:hover {
transform: translateY(-5px);
}
.video-title {
padding: 15px;
font-weight: bold;
background-color: #3498db;
color: #fff;
}
iframe {
width: 100%;
height: 200px;
border: none;
}
.description {
text-align: center;
margin-top: 30px;
font-style: italic;
color: #555;
}
footer {
margin-top: 40px;
text-align: center;
color: #7f8c8d;
border-top: 1px solid #bdc3c7;
padding-top: 20px;
}
a {
color: #3498db;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<h1>WebCams - Live Video Feeds from Around the World</h1>
<div class="description">
<p>Explore the world in real-time through our curated selection of live webcams.</p>
</div>
<div class="video-grid">
<div class="video-container">
<div class="video-title">Canary Islands, Spain</div>
<iframe src="https://www.youtube.com/embed/TZikBxNaaQk" allowfullscreen></iframe>
</div>
<div class="video-container">
<div class="video-title">Shibuya Crossing, Tokyo</div>
<iframe src="https://www.youtube.com/embed/2BLqhS59Elc" allowfullscreen></iframe>
</div>
<div class="video-container">
<div class="video-title">Venice Beach, California</div>
<iframe src="https://www.youtube.com/embed/buAV1t5-23w" allowfullscreen></iframe>
</div>
<div class="video-container">
<div class="video-title">Amsterdam Canal</div>
<iframe src="https://www.youtube.com/embed/z7SiAaN4ogw" allowfullscreen></iframe>
</div>
</div>
<footer>
<p>Want to discover more? Browse our <a href="/directory">full directory of webcams</a> from across the globe.</p>
<p>Have an interesting location to share? <a href="/submit">Submit your own webcam</a> to our growing collection!</p>
<p>Stay connected: <a href="/newsletter">Subscribe to our newsletter</a> for weekly updates on new webcams and featured locations.</p>
<p>&copy; 2023 WebCams. All rights reserved. | <a href="/privacy">Privacy Policy</a> | <a href="/terms">Terms of Service</a></p>
</footer>
</body></html>