Changing "show URL info" handler to new style.
[privoxy.git] / templates / show-url-info-form
diff --git a/templates/show-url-info-form b/templates/show-url-info-form
new file mode 100644 (file)
index 0000000..25928fd
--- /dev/null
@@ -0,0 +1,20 @@
+<html>
+
+<head>
+  <title>Internet Junkbuster: URL Info</title>
+</head>
+
+<body bgcolor="#ffffff">
+
+  <h1>Internet J<small>UNK<i><font color="red">BUSTER</font></i></small></h1>
+
+
+<p>Please enter a URL, without the leading &quot;http://&quot;:<br>
+<form method="GET" action="http://i.j.b/show-url-info">
+<input type="text" name="url" size="80"> 
+<input type="submit" value="Info">
+</form>
+</p>
+
+</body>
+</html>