<!-- 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>