first commit

This commit is contained in:
pvvx 2017-04-22 16:54:00 +03:00
commit fa343db334
154 changed files with 18186 additions and 0 deletions

14
WEBFiles/404.htm Normal file
View file

@ -0,0 +1,14 @@
<!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>
</div>
~inc:footer.inc~
</body></html>