File size: 2,981 Bytes
d9673df
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<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>