index.html 525 B

123456789101112131415161718192021
  1. <!doctype html>
  2. <html class="no-js" lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="x-ua-compatible" content="ie=edge">
  6. <meta http-equiv="refresh" content="0;url=../htdocs">
  7. <title>申泽智能</title>
  8. <meta name="description" content="">
  9. <meta name="viewport" content="width=device-width, initial-scale=1">
  10. <style>
  11. .logo {
  12. text-align: center;
  13. margin-top: 20px;
  14. }
  15. </style>
  16. </head>
  17. <body>
  18. <div class="logo">申泽智能</div>
  19. </body>
  20. </html>