wine/dlls/shdoclc/ERROR.HTM

14 lines
452 B
Plaintext
Raw Normal View History

<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Page Load Error</title>
</head>
<body onload="javascript: if(window.location.search) document.getElementById('err').innerHTML = unescape(window.location.search.substr(1))">
<div style="margin-left:45px; width:720px;">
<h2>The page cannot be loaded because of an error</h2>
<p>Error code: <b id="err">Unknown</b></p>
</div>
</body>
</html>