This new status page is significantly smaller than the old one. It always loads its resources from the same host as the page itself, not requiring cross-origin requests anymore. It also uses the common i18n infrastructure of gluon-web. Fixes #914
9 lines
167 B
HTML
9 lines
167 B
HTML
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="refresh" content="0; URL=/cgi-bin/status" />
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|