gluon-status-page: make index.html redirect to cgi
This commit is contained in:
parent
62c30abd6f
commit
2d8dda6eee
@ -1,10 +1,12 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<html>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
||||||
<head>
|
<head>
|
||||||
<title>Status page ‒ TODO</title>
|
<meta http-equiv="refresh" content="0; URL=/cgi-bin/status">
|
||||||
|
<meta http-equiv="cache-control" content="no-cache">
|
||||||
|
<meta http-equiv="expires" content="0">
|
||||||
|
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT">
|
||||||
|
<meta http-equiv="pragma" content="no-cache">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<p>TODO</p>
|
<a href="/cgi-bin/status">Redirecting...</a>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user