123456789101112131415161718192021222324252627 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel="stylesheet" href="/css/style.css">
- <title>基隆城市博覽會</title>
- </head>
- <body>
- <div class="main-container">
- <header>
- <img src="/img/logo.png" alt="">
- <section class="logo">
- <img src="/img/資產 2.png" alt="">
- <img src="/img/資產 1.png" alt="">
- </section>
- </header>
- <div style="display: flex; justify-content: center;">
- <iframe src="https://chuzmo.com/HxXfN9r?embed_token=null" style="width: 1024px; height: 768px;" allow="microphone; camera; vr; speaker;"></iframe>
- </div>
- </div>
- </body>
- </html>
|