blob: 84008aedbfc400b06d993c2ac2547b09b12284d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Oh noes! Error!
</title>
<link rel="stylesheet" type="text/css"
href="/static/css/patches.css"/>
</head>
<body>
<div class="pageheader">
<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="/static/img/500-ohnoes.png" width="300" />
<p>
The system is currently unavailable. Please wait for it to become
available again.
</p>
</div>
<div class="pagefooter">
page code/design/content is copyright (c) 2008 sean finney
<seanius@debian.org>. <br/>
patches viewed/retrieved through this system are copyrighted by
their respective authors. <br/>
<a href="http://git.debian.org/?p=users/seanius/patch-tracker.git">
browse git repo
</a>
-
<a href="http://git.debian.org/git/users/seanius/patch-tracker.git">
clone git repo
</a>
</div> <!-- pagefooter -->
</body>
</html>
|