diff options
-rw-r--r-- | static/500.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/static/500.html b/static/500.html index 2663c7a..84008ae 100644 --- a/static/500.html +++ b/static/500.html @@ -5,20 +5,20 @@ <title>Oh noes! Error! </title> <link rel="stylesheet" type="text/css" - href="./css/patches.css"/> + href="/static/css/patches.css"/> </head> <body> <div class="pageheader"> - <img alt="[patchlogo]" src="./img/swirlpatch.png"/> - <p> <a href="../">Debian patch tracking system </a> </p> + <img alt="[patchlogo]" src="/static/img/swirlpatch.png"/> + <p> <a href="/">Debian patch tracking system </a> </p> <div class="breadcrumb"> </div> <!-- breadcrumb --> </div> <h1>Oh noes! An error!</h1> <div align="center"> - <img alt="[maintenance cat]" src="./img/500-ohnoes.png" width="300" /> + <img alt="[maintenance cat]" src="/static/img/500-ohnoes.png" width="300" /> <p> The system is currently unavailable. Please wait for it to become available again. |