forked from KolibriOS/kolibrios
27 lines
534 B
HTML
27 lines
534 B
HTML
|
<html>
|
|||
|
<head>
|
|||
|
<title>Page not found</title>
|
|||
|
</head>
|
|||
|
<body>
|
|||
|
<h1>Webpage Not Available</h1>
|
|||
|
<h2>What could be done:</h2>
|
|||
|
<ul>
|
|||
|
<li>
|
|||
|
Check page address, there might be a typo.<br>
|
|||
|
</li>
|
|||
|
<li>
|
|||
|
Server is temporarily unavailable.<br>
|
|||
|
Refresh the page.<br>
|
|||
|
</li>
|
|||
|
<li>
|
|||
|
Make sure that evetything fine with Internet connection.<br>
|
|||
|
Open Netcfg network diagnostic tool.<br>
|
|||
|
</li>
|
|||
|
<li>
|
|||
|
Browser doesn't handled properly server's response.<br>
|
|||
|
Please, report an error.<br>
|
|||
|
</li>
|
|||
|
</ul>
|
|||
|
</body>
|
|||
|
</html>
|
|||
|
|