osd-contiki/examples/mbxxx/webserver-ajax/httpd-fs/404.html

8 lines
160 B
HTML
Raw Normal View History

2010-10-25 15:34:28 +02:00
<html>
<body bgcolor="white">
<center>
<h1>404 - file not found</h1>
<h3>Go <a href="/">here</a> instead.</h3>
</center>
</body>
</html>