home.html 366 B

1234567891011121314151617181920
  1. <!DOCTYPE html>
  2. <html lang="zh">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
  7. <title>琴澳儿童健康生活科普馆</title>
  8. </head>
  9. <body>
  10. </body>
  11. <script>
  12. window.location.replace('/home/index.html')
  13. </script>
  14. </html>