summaryrefslogtreecommitdiffstats
path: root/plugins/WebUi/templates/example/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/WebUi/templates/example/header.html')
-rw-r--r--plugins/WebUi/templates/example/header.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/plugins/WebUi/templates/example/header.html b/plugins/WebUi/templates/example/header.html
deleted file mode 100644
index 6b0702f4a..000000000
--- a/plugins/WebUi/templates/example/header.html
+++ /dev/null
@@ -1,12 +0,0 @@
-$def with (title)
-<html>
-<head>
- <title>Deluge(example) : $title</title>
- <link rel="icon" href="/static/images/deluge_icon.gif" type="image/gif" />
- <link rel="shortcut icon" href="/static/images/deluge_icon.gif" type="image/gif" />
-</head>
-<body>
-<img src="/template/static/example.png">
-<a href=/home>[HOME]</a>
-
-<h1>$title</h1>