12345678910111213141516171819202122 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
- <meta http-equiv="Pragma" content="no-cache" />
- <meta http-equiv="Expires" content="0" />
- <meta http-equiv="Expires" content="Thu, 01 Jan 1970 00:00:00 GMT" />
- <meta http-equiv="refresh" content="0; URL=cgi-bin/luci/" />
- <style>
- body { background: white; font-family: arial, helvetica, sans-serif; }
- a { color: black; }
- @media (prefers-color-scheme: dark) {
- body { background: black; }
- a { color: white; }
- }
- </style>
- </head>
- <body>
- <a href="cgi-bin/luci/">LuCI - Lua Configuration Interface</a>
- </body>
- </html>
|