temporary.html 778 B

123456789101112131415161718192021222324252627
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <link rel="stylesheet" href="/css/style.css">
  8. <title>基隆城市博覽會</title>
  9. </head>
  10. <body>
  11. <div class="main-container">
  12. <header>
  13. <img src="/img/logo.png" alt="">
  14. <section class="logo">
  15. <img src="/img/資產 2.png" alt="">
  16. <img src="/img/資產 1.png" alt="">
  17. </section>
  18. </header>
  19. <div style="display: flex; justify-content: center;">
  20. <iframe src="https://chuzmo.com/HxXfN9r?embed_token=null" style="width: 1024px; height: 768px;" allow="microphone; camera; vr; speaker;"></iframe>
  21. </div>
  22. </div>
  23. </body>
  24. </html>