summaryrefslogtreecommitdiff
path: root/data/error.html
blob: 73cae7a42804769fc711f5eea605f4a3f48fd48a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!--
 Error page template for Midori.
 This file is licensed under the terms of the expat license, see the file EXPAT.
-->
<html dir="{dir}">
<head>
<title>{title}</title>
{favicon}
<link rel="stylesheet" type="text/css" href="res://about.css" />
</head>
<body>
<img id="logo" src="res://logo-shade.png" />
<div id="main" style="background-image: url({error_icon});">
            <div id="text">
                <h1>{title}</h1>
                <p class="message">{message}<br><i>{description}</i></p>
                {suggestions}
            </div>
            <form method="GET" action="{uri}" id="button">
                <button type="submit" onclick="location.reload(); return false;" {autofocus}>
                    <img style="{hide-button-images}" src="stock://gtk-refresh"/>
                    <span>{tryagain}</span>
                </button>
            </form>
        </div>
    
<br style="clear: both;"/>
</div>
</body>
</html>