aboutsummaryrefslogtreecommitdiffstats
path: root/example/templates/index.html
diff options
context:
space:
mode:
authorRob Hudson2010-02-11 14:19:30 -0800
committerRob Hudson2010-02-11 14:19:30 -0800
commit9327cd86b2c9f1db0108c97e630c6d5610e65b0d (patch)
tree30244cedcf7daf60e6540a75d6875546832232cc /example/templates/index.html
parent98d919189d5b25057cb0cb7ee486a591a1f6cead (diff)
downloaddjango-debug-toolbar-9327cd86b2c9f1db0108c97e630c6d5610e65b0d.tar.bz2
Added example project directory.
Currently this allows for easy manual testing a few other Javascript libraries and whether the debug toolbar javascript conflicts with them.
Diffstat (limited to 'example/templates/index.html')
-rw-r--r--example/templates/index.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/example/templates/index.html b/example/templates/index.html
new file mode 100644
index 0000000..6fd3a92
--- /dev/null
+++ b/example/templates/index.html
@@ -0,0 +1,16 @@
+<html>
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>Index of Tests</title>
+</head>
+<body>
+
+ <h1>Index of Tests</h1>
+ <ul>
+ <li><a href="/jquery/index/">jQuery 1.2.6</a></li>
+ <li><a href="/mootools/index/">MooTools 1.2.4</a></li>
+ <li><a href="/prototype/index/">Prototype 1.6.1</a></li>
+ </ul>
+
+</body>
+</html>