mirror of
https://github.com/logos-storage/deluge.git
synced 2026-01-13 02:23:12 +00:00
13 lines
341 B
HTML
13 lines
341 B
HTML
|
|
$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>
|