Made cfs-based webserver example compatible with 8.3 file systems.
This commit is contained in:
parent
14940b65b8
commit
d1a75f73b3
2 changed files with 0 additions and 0 deletions
18
examples/webserver/httpd-cfs/index.htm
Normal file
18
examples/webserver/httpd-cfs/index.htm
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="backgrnd.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>
|
Loading…
Add table
Add a link
Reference in a new issue