Skip to content

Commit

Permalink
html template lost
Browse files Browse the repository at this point in the history
  • Loading branch information
susperius committed Jul 19, 2015
1 parent a3f3914 commit e5ff4a1
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,4 @@ target/

*.swp
.idea
*.pyc

*.html
*.pyc
27 changes: 27 additions & 0 deletions web/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
<title>PyFuzz 2</title>
<script src="scripts.js"></script>
</head>
<body>
<div id="header">
<h1>PyFuzz 2</h1>
</div>
<div id="nav">
<li class="active"><a href='index.py?func=home'><span>Overview</span></a></li>
<li class="active"><a href='index.py?func=info'><span>Info</span></a></li>
</div>
<div id="section">
<h2>SECTION_TITLE</h2>

REPLACE_ME<br>
</div>

<div id="footer">
susperius@gmail.com 2015
</div>
</body>
</html>

0 comments on commit e5ff4a1

Please sign in to comment.