osd-contiki/examples/mbxxx/webserver-ajax/httpd-fs/404.html
2013-07-11 17:56:17 +02:00

8 lines
160 B
HTML

<html>
<body bgcolor="white">
<center>
<h1>404 - file not found</h1>
<h3>Go <a href="/">here</a> instead.</h3>
</center>
</body>
</html>