1
0

index.html 536 B

12345678910111213141516171819
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <link rel="shortcut icon" href="favicon.ico">
  5. <link rel="manifest" href="manifest.webmanifest">
  6. <link rel="apple-touch-icon" href="images/icon-192.png">
  7. <meta name="theme-color" content="#000000">
  8. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=no" />
  9. <meta charset="UTF-8" />
  10. <script type="text/javascript" src="design-switch.js"></script>
  11. <title>LibreSpeed</title>
  12. </head>
  13. <body>
  14. <p>Loading...</p>
  15. </body>
  16. </html>