Added some sample content for the webserver example using CFS.

This commit is contained in:
oliverschmidt 2008-05-21 07:43:53 +00:00
parent 8b4179cf45
commit ad7ad61482
4 changed files with 31 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 209 B

View file

@ -0,0 +1,18 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<title>Test Page for Contiki Installation
</title>
</head>
<body background="background.gif">
<h1 align="center">It Worked!
</h1>
<p align="center">If you can see this, it means that the installation of the
<a href="http://www.sics.se/contiki/">Contiki</a> software on this system was
successful. You may now add content to this directory and replace this page.
</p>
<p align="center">
<img src="contiki.gif" alt="Contiki Logo" />
</p>
</body>
</html>

View file

@ -0,0 +1,13 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<title>404 - file not found
</title>
</head>
<body bgcolor="white">
<h1 align="center">404 - file not found
</h1>
<h3 align="center">Go <a href="/">here</a> instead.
</h3>
</body>
</html>