Added some sample content for the webserver example using CFS.
This commit is contained in:
parent
8b4179cf45
commit
ad7ad61482
4 changed files with 31 additions and 0 deletions
BIN
examples/webserver/httpd-cfs/background.gif
Normal file
BIN
examples/webserver/httpd-cfs/background.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 90 B |
BIN
examples/webserver/httpd-cfs/contiki.gif
Normal file
BIN
examples/webserver/httpd-cfs/contiki.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 209 B |
18
examples/webserver/httpd-cfs/index.html
Normal file
18
examples/webserver/httpd-cfs/index.html
Normal 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>
|
13
examples/webserver/httpd-cfs/notfound.html
Normal file
13
examples/webserver/httpd-cfs/notfound.html
Normal 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>
|
Loading…
Reference in a new issue