1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00
wine/dlls/shdoclc/ERROR.HTM
Gabriel Ivăncescu e3c768ab55 shdoclc: Add a basic generic html page for navigation errors.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-10-06 15:41:16 +02:00

14 lines
452 B
HTML

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