Log in Register Dashboard Temp Share Shortlinks Frames API

HTMLify

tenthwatch
Views: 87 | Author: amar
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>the tenth watch</title>
  <style>
    body {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
      background: #000;
      margin: 0;
    }
    iframe {
      width: 90%;
      height: 90%;
      border: none;
      border-radius: 12px;
      box-shadow: 0 0 20px rgba(0,0,0,0.6);
    }
  </style>
</head>
<body>
  <iframe 
    src="https://vimeo.com/event/4721898/embed?title=0&byline=1&portrait=0&badge=0&muted=0"
    allow="autoplay; fullscreen; picture-in-picture" 
    allowfullscreen>
  </iframe>
</body>
</html>

Comments