aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/templates/frame.html
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2012-04-29 21:15:02 +1200
committerAldo Cortesi <aldo@nullcube.com>2012-04-29 21:15:02 +1200
commit1431b36c4a226dc9b57a3334364a0c40162c388f (patch)
treea2e65e7cecad73c6e579ef63c3358f5baa4afb78 /libpathod/templates/frame.html
parent37e880b3990e2729d857b0f3a24f80d45116b7f0 (diff)
downloadmitmproxy-1431b36c4a226dc9b57a3334364a0c40162c388f.tar.gz
mitmproxy-1431b36c4a226dc9b57a3334364a0c40162c388f.tar.bz2
mitmproxy-1431b36c4a226dc9b57a3334364a0c40162c388f.zip
Preview in web application.
Diffstat (limited to 'libpathod/templates/frame.html')
-rw-r--r--libpathod/templates/frame.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/libpathod/templates/frame.html b/libpathod/templates/frame.html
index eaff5c02..b0c298b6 100644
--- a/libpathod/templates/frame.html
+++ b/libpathod/templates/frame.html
@@ -4,6 +4,7 @@
<meta charset="utf-8">
<title>Pathod</title>
<link href="/static/bootstrap.min.css" rel="stylesheet">
+ <script src="/static/jquery-1.7.2.min.js"></script>
<style>
body {
padding-top: 45px;
@@ -15,7 +16,7 @@
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
- <a class="brand" href="#">Pathod</a>
+ <a class="brand" href="/">Pathod</a>
<ul class="nav">
<li {% if section== "main" %} class="active" {% end %}><a href="/">Main</a></li>
<li {% if section== "log" %} class="active" {% end %}><a href="/log">Log</a></li>