2024-11-17 15:52:45 +03:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
2021-11-12 10:37:49 +01:00
|
|
|
<head>
|
|
|
|
|
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
2022-09-17 07:18:52 +02:00
|
|
|
<meta http-equiv="Pragma" content="no-cache" />
|
2023-09-12 20:09:53 +02:00
|
|
|
<meta http-equiv="Expires" content="0" />
|
|
|
|
|
<meta http-equiv="Expires" content="Thu, 01 Jan 1970 00:00:00 GMT" />
|
2021-11-12 10:37:49 +01:00
|
|
|
<meta http-equiv="refresh" content="0; URL=cgi-bin/luci/" />
|
2024-11-17 15:52:45 +03:00
|
|
|
<style>
|
2021-11-12 10:37:49 +01:00
|
|
|
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>
|
2008-06-29 14:42:53 +00:00
|
|
|
</html>
|