index.html 610 B

1234567891011121314151617181920212223242526
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  7. <title>12306</title>
  8. <style>
  9. html,body,div,h1,h2,h3,ul,li,img,table,tr,td {
  10. padding: 0;
  11. margin: 0;
  12. }
  13. html,body{
  14. height: 100%;
  15. }
  16. </style>
  17. </head>
  18. <body>
  19. <noscript>
  20. <strong>We're sorry but xadmin doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  21. </noscript>
  22. <div id="app"></div>
  23. <!-- built files will be auto injected -->
  24. </body>
  25. </html>