gunicorn/docs/templates/index.html
Prateek Singh Paudel fc2f694ac3 Rename doc to docs.
2012-10-03 04:29:35 +05:45

23 lines
842 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Green Unicorn - {% block title %}Welcome{% endblock %}</title>
<link rel="alternate" type="application/rss+xml" href="/feed.xml" />
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" />
</head>
<body>
<div id="container" class="twocolumn">
<div id="header">
<img src="images/large_gunicorn.png" alt="Gunicorn - Green Unicorn" />
</div>
<div id="content">
{% block body %}{% endblock %}
</div>
<div id="footer">
<p>Site Content License <a rel="license" href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported License</a>.</p>
<p>Hosted on <a href="http://github.com/">GitHub</a></p>
</div>
</div>
</body>
</html>