show.html 584 B

123456789101112131415161718
  1. <!DOCTYPE html>
  2. <html lang="zh">
  3. <head>
  4. <meta charset="utf-8" />
  5. <link rel="icon" href="%PUBLIC_URL%/favicon.png" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1" />
  7. <meta name="theme-color" content="#000000" />
  8. <meta name="description" content="Web site created using create-react-app" />
  9. <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
  10. <title>第15届中国航展</title>
  11. </head>
  12. <body></body>
  13. <script>
  14. window.location.href = window.location.href.replace('show.html', 'index.html')
  15. </script>
  16. </html>