quickdocs-server/static/html/50x.html
Eitaro Fukamachi b358f02f48 Initial commit.
2015-07-18 16:23:33 +09:00

38 lines
1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<link rel="shortcut icon" href="/favicon.ico" />
<title>Quickdocs</title>
<link rel="stylesheet" type="text/css" href="/css/LigatureSymbols/style.css" />
<link rel="stylesheet" type="text/css" href="/css/main.css" />
<link rel="stylesheet" type="text/css" href="/css/error.css" />
</head>
<body>
<div id="container">
<div id="global-header">
<h1 class="logo"><a href="/">Quickdocs</a></h1>
<form class="search-form" method="get" action="/search">
<input type="text" name="q" value="" placeholder="Search for projects" />
<input type="submit" class="lsf" value="search" />
</form>
</div>
<div id="content">
<div class="error-message">
<h2>Quickdocs.org is under maintainance. Sorry.</h2>
<img src="/images/lisplogo_alien.png" width="531px" height="325px" title="Made with secret alien technology" />
</div>
</div>
<div id="global-footer">
&copy; 2013-2015 <a href="http://8arrow.org/">Eitaro Fukamachi</a>
<div class="lisp-logo"></div>
</div>
</div>
</body>
</html>