summaryrefslogtreecommitdiffstats
path: root/plugins/WebUi/templates/example/header.html
blob: 6b0702f4a8c9941a7f20a13ecdbc466247c6513b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$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>