32 lines
713 B
HTML
32 lines
713 B
HTML
<!DOCTYPE html>
|
|
<html dir="ltr" lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Pantyshot (パンチラ), a Python binding for Upskirt!</title>
|
|
<!--[if lt IE 9]>
|
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
<![endif]-->
|
|
|
|
<link rel="stylesheet" href="style.css" />
|
|
<link rel="shortcut icon" href="favicon.ico">
|
|
</head>
|
|
<body>
|
|
|
|
<div id="wrapper">
|
|
<header id="header">
|
|
<h1>Pantyshot</h1>
|
|
<p>A Python binding for <a href="https://github.com/tanoku/upskirt">Upskirt</a>.</p>
|
|
</header>
|
|
|
|
<nav id="sidebar">
|
|
{{ navigation }}
|
|
</nav>
|
|
|
|
<section id="content">
|
|
{{ content }}
|
|
</section>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|