mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-28 03:01:54 +08:00
22 lines
599 B
HTML
22 lines
599 B
HTML
<!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>
|
|
</body>
|
|
</html>
|