mirror of
https://github.com/vale981/quickdocs-server
synced 2025-03-06 01:31:38 -05:00
38 lines
1 KiB
HTML
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">
|
|
© 2013-2015 <a href="http://8arrow.org/">Eitaro Fukamachi</a>
|
|
<div class="lisp-logo"></div>
|
|
</div>
|
|
|
|
</div>
|
|
</body>
|
|
</html>
|