-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
55 lines (49 loc) · 1.99 KB
/
404.html
File metadata and controls
55 lines (49 loc) · 1.99 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="PoorHttp web creating and publishing">
<meta name="keywords" content="python, wsgi, doc, html, publishing, web, documentation">
<meta name="author" content="Ondřej Tůma McBig">
<title>PoorHttp tools group for Python</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="web.css">
<link rel="shortcut icon" href="favicon.ico">
<link rel="apple-touch-icon" href="small-logo.png">
</head>
<body>
<div class="page">
<h1>404 - Page Not Found <small>on PoorHttp tools group for Python</small></h1>
<p>I'm sorry, but page you requested not found.</p>
<div class="box">
<div class="item up left">
<h2><a href="poorwsgi">Poor WSGI connector for Python</a></h2>
<p>Light WSGI connector with uri routing support.</p>
</div>
<div class="item up right">
<h2><a href="poorhttp">Poor HTTP server for Python</a></h2>
<p>HTTP / WSGI Server based on Python Simple Server.</p>
</div>
<div class="item dn left">
<h2><a href="jinja24doc">Jinja24Doc for Python</a></h2>
<p>Lightweight documentation generator with jinja2 templates.</p>
</div>
<div class="item dn right">
<h2><a href="poorpublisher">Poor Publisher for Python</a></h2>
<p>Publisher for mod_python compatible with Poor WSGI.
But are you sure, that you don't want to use mod_python?
<b>Try WSGI</b>.</p>
<p><b>Comming soon, not finished yet.</b></p>
</div>
<div class="clear"></div>
</div>
<div class="footer">
<div class="credit">
Create by Ondřej Tůma (<a href="http://ipv6.mcbig.cz">McBig</a>)
© 2018.
</div>
</div><!-- footer --!>
</div><!-- page --!>
</body>
</html>