Version 0.2.8
This commit is contained in:
parent
f4274e1e82
commit
9a58a915c2
36 changed files with 1885 additions and 819 deletions
11
pappyproxy/site/base.html
Normal file
11
pappyproxy/site/base.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Pappy</title>
|
||||
</head>
|
||||
<body style="background-color: #414141">
|
||||
<div style="padding: 12pt; width:960px; margin:auto; background-color: #AAA">
|
||||
<h1>Pappy</h1>
|
||||
{% block body %}{% endblock %}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue