<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8" />

  <meta name="viewport" content="width=device-width, initial-scale=1.0" />


  <title>French Riviera POV Walks — Real-Time Videos</title>


  <meta name="description" content="Real-time POV walks, bike rides and drives across the French Riviera with natural sound only. No music, no narration, no commentary." />


  <meta property="og:title" content="French Riviera POV Walks — Real-Time Videos" />

  <meta property="og:description" content="Explore Nice, Monaco, Antibes, Cannes and more through real-time POV walks with natural sound only." />

  <meta property="og:type" content="website" />

  <meta property="og:image" content="https://i.ytimg.com/vi/vY-C8lfgqk8/hqdefault.jpg" />


  <meta name="twitter:card" content="summary_large_image" />


  <style>

    :root {

      --bg: #0f1115;

      --card: #171a21;

      --text: #e9edf3;

      --muted: #a8b0bd;

      --line: #2a3140;

      --accent: #8bb8ff;

      --max: 900px;

    }


    * {

      box-sizing: border-box;

    }


    body {

      margin: 0;

      font-family: Arial, sans-serif;

      background: var(--bg);

      color: var(--text);

      line-height: 1.65;

    }


    .wrap {

      width: min(var(--max), calc(100% - 32px));

      margin: 0 auto;

    }


    header {

      padding: 48px 0 24px;

    }


    h1 {

      margin: 0 0 16px;

      font-size: 2rem;

    }


    p {

      margin: 0 0 16px;

      color: var(--muted);

    }


    .video {

      margin: 32px 0;

      background: var(--card);

      border: 1px solid var(--line);

      border-radius: 12px;

      overflow: hidden;

    }


    iframe {

      width: 100%;

      aspect-ratio: 16/9;

      border: none;

    }


    footer {

      margin-top: 40px;

      padding: 24px 0 40px;

      border-top: 1px solid var(--line);

      color: var(--muted);

      font-size: 0.9rem;

    }


    a {

      color: var(--accent);

      text-decoration: none;

    }


    a:hover {

      text-decoration: underline;

    }

  </style>

</head>


<body>


  <div class="wrap">


    <header>

      <h1>French Riviera POV Walks</h1>


      <p>This channel shows real-time POV walks, bike rides, and drives across the French Riviera — including Nice, Monaco, Antibes, Cannes, Menton, and nearby coastal towns.</p>


      <p>Everything is filmed as it is, in real time, with only natural sound. No music, no narration, no commentary — just the actual atmosphere of each place.</p>


      <p>You’ll see a mix of locations: seaside promenades, old town streets, harbors, hilltop villages, coastal paths, gardens, villas, and everyday city life.</p>


      <p>Most videos follow clear routes, so you can move through each location step by step — either from one point to another or as a full area walk.</p>


      <p>The idea is simple: to show places as they really feel, without edits or distractions.</p>


      <p>New videos are added regularly, building a growing visual archive of the French Riviera.</p>

    </header>


    <main>


      <div class="video">

        <iframe 

          src="https://www.youtube.com/embed/vY-C8lfgqk8" 

          title="Featured video"

          allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"

          allowfullscreen>

        </iframe>

      </div>


    </main>


    <footer>

      © 2026 French Riviera POV Archive

    </footer>


  </div>


</body>

</html>