Commit e3c768ab authored by Gabriel Ivăncescu's avatar Gabriel Ivăncescu Committed by Alexandre Julliard

shdoclc: Add a basic generic html page for navigation errors.

parent b38fcaf3
<!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>
......@@ -241,3 +241,6 @@ IDR_BROWSE_CONTEXT_MENU MENU
MENUITEM "Scroll Right", IDM_SCROLL_RIGHT
}
}
/* @makedep: ERROR.HTM */
ERROR.HTM HTML "ERROR.HTM"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment