diff options
| author | Kumar Priyansh <[email protected]> | 2017-11-14 18:27:39 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-11-14 18:27:39 +0530 |
| commit | 2cb042f01157c3f21bb0b457342307e41431ffbd (patch) | |
| tree | ac73cb53810226a57d27e3646eecab1036e157a9 /error.html | |
| parent | 46c149a2e807e23fc0b509ae3a058765334e6973 (diff) | |
| download | MyWebBrowser-2cb042f01157c3f21bb0b457342307e41431ffbd.tar.xz MyWebBrowser-2cb042f01157c3f21bb0b457342307e41431ffbd.zip | |
My Web Browser
Diffstat (limited to 'error.html')
| -rw-r--r-- | error.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/error.html b/error.html new file mode 100644 index 0000000..2a05ab2 --- /dev/null +++ b/error.html @@ -0,0 +1,10 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
+<html dir="ltr">
+<head>
+ <title>Error</title>
+ <link rel="stylesheet" href="file://localhost/C:/Program%20Files/Opera/styles/error.css" media="screen,projection,tv,handheld,print,speech">
+</head>
+<body>
+<h1>Could not open file</h1>
+<p>You tried to access the address <cite>file://localhost/K:/Myeshopping/sample.html</cite>, which is currently unavailable. Please make sure that the Web address (URL) is correctly spelled and punctuated, then try reloading the page.</p>
+</body></html>
\ No newline at end of file |
