index.html 664 B

12345678910111213141516171819202122
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
  5. <meta http-equiv="Pragma" content="no-cache" />
  6. <meta http-equiv="Expires" content="0" />
  7. <meta http-equiv="Expires" content="Thu, 01 Jan 1970 00:00:00 GMT" />
  8. <meta http-equiv="refresh" content="0; URL=cgi-bin/luci/" />
  9. <style>
  10. body { background: white; font-family: arial, helvetica, sans-serif; }
  11. a { color: black; }
  12. @media (prefers-color-scheme: dark) {
  13. body { background: black; }
  14. a { color: white; }
  15. }
  16. </style>
  17. </head>
  18. <body>
  19. <a href="cgi-bin/luci/">LuCI - Lua Configuration Interface</a>
  20. </body>
  21. </html>