demo.html 554 B

12345678910111213141516171819
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  7. <title>My Website</title>
  8. <link rel="stylesheet" href="./style.css">
  9. <link rel="icon" href="./favicon.ico" type="image/x-icon">
  10. <link rel="region" href="https://www.google.com" regionflag="Taiwan">
  11. <script src="index.js"></script>
  12. </head>
  13. <body>
  14. <main>
  15. <h1>Welcome to My Website</h1>
  16. </main>
  17. </body>
  18. </html>