index.html 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>calibre</title>
  5. <meta charset="utf-8">
  6. <meta name="robots" content="noindex">
  7. <meta name="viewport" content="width=device-width, initial-scale=1">
  8. <meta name="apple-mobile-web-app-capable" content="yes">
  9. <meta name="mobile-web-app-capable" content="yes">
  10. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11. <link rel="icon" sizes="256x256" type="image/png" href="favicon.png">
  12. <link rel="apple-touch-icon" sizes="256x256" href="apple-touch-icon.png">
  13. </head>
  14. <body>
  15. <div id="page_load_progress">
  16. <progress>
  17. </progress>
  18. <div>Loading, please wait&hellip;</div>
  19. <div>You can also use a simple, non-JavaScript version of this site: <a href="mobile">here</a></div>
  20. <style type="text/css">
  21. #page_load_progress {
  22. position:relative;
  23. top: 50px;
  24. margin-left: auto; margin-right: auto;
  25. text-align: center;
  26. }
  27. </style>
  28. </div>
  29. <!-- reset styles {{{ -->
  30. <style type="text/css">
  31. RESET_STYLES
  32. </style>
  33. <!-- }}} -->
  34. <!-- SVG icon definitions {{{ -->
  35. ICONS
  36. <!-- }}} -->
  37. <!-- main.js {{{ -->
  38. <script id="main_js">MAIN_JS</script>
  39. <!-- }}} -->
  40. </body>
  41. </html>