welcome.html 1.1 KB

1234567891011121314151617181920212223242526
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>首页</title>
  6. <meta name="description" content="">
  7. <meta name="keywords" content="">
  8. <meta name="author" content="Roobo:F2E">
  9. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  10. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
  11. <meta name="renderer" content="webkit">
  12. <meta name="mobile-web-app-capable" content="yes">
  13. <meta name="apple-mobile-web-app-capable" content="yes">
  14. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  15. <meta name="msapplication-TileImage" content="favicon.png">
  16. <meta name="msapplication-TileColor" content="#ffffff">
  17. <!------------------------------------------------------------------->
  18. <script src="js/config/base_config.js"></script>
  19. <script src="js/lib/jquery-1.9.1/jquery.min.js"></script>
  20. <link rel="stylesheet" type="text/css" href="css/css02.css">
  21. </head>
  22. <body style="min-width: 600px;overflow-x: scroll;padding: 20px;">
  23. </body>
  24. </html>