summaryrefslogtreecommitdiff
path: root/html/urlredirect.html
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-05-15 23:29:40 +0000
committerPaul Buetow <paul@buetow.org>2008-05-15 23:29:40 +0000
commitd891a923bc507f28caa69f625079755d1a2083e7 (patch)
tree03ae20f0ecd1590629ec1e720026ccf34ddaac3f /html/urlredirect.html
moved stuff the trunk
Diffstat (limited to 'html/urlredirect.html')
-rw-r--r--html/urlredirect.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/html/urlredirect.html b/html/urlredirect.html
new file mode 100644
index 0000000..4d80645
--- /dev/null
+++ b/html/urlredirect.html
@@ -0,0 +1,8 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+ <body>
+ <script language='JavaScript'>
+ open("%%url%%", "_new");
+ <script>
+ </body>
+</html>