<!-- 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> <div id="container"> <img id="logo" src="res://logo-shade.png" /> <img id="icon" src="stock://gtk-dialog-error" /> <div id="main"> <h1>{title}</h1> <p id="message">{message}</p> <p id="description">{description}</p> <form method="GET" action="{uri}"> <button type="submit" onclick="location.reload(); return false;"> <img style="{hide-button-images}" src="stock://gtk-refresh"/> <span>{tryagain}</span> </button> </form> </div> <br style="clear: both;"/> </div> </body> </html>