This commit is contained in:
ADElectronics 2017-11-28 22:31:40 +03:00
parent 6a1f93f17b
commit 764b020238
1201 changed files with 527271 additions and 1 deletions

15
RTLGDB/WEBFiles/404.htm Normal file
View file

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html><head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>404 - Page not found</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<h3 class="top">RTL871X Built-in Web server <sup>&copy</sup></h3>
<div class="content">
<h2 class="error">404 - Page not found</h2>
<p>Sorry, the page you are requesting was not found on this server.</p>
<p><a href='/index.htm'>Main</a></p>
</div>
~inc:footer.inc~
</body></html>