summaryrefslogtreecommitdiffstats
path: root/deluge/ui/web/render/404.html
blob: 8624de46bf54c9bca103a58b7ee8345eb537035f (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title>Deluge: Web UI ${version}</title>
    </head>
    <body>
        <h1>Error 404 - Page Not Found</h1>
        <b>The requested template file was not found.</b>
    </body>
</html>