homePage.template.html 273 B

1234567891011
  1. <video playsinline autoplay muted loop>
  2. <source src="./video/IMG_0704.mp4" type="video/mp4">
  3. </video>
  4. <div class="container">
  5. <div class="siteName">
  6. <h1>Tourist Guide</h1>
  7. <h3>You don't know where to go? We will help you!</h3>
  8. </div>
  9. </div>