Changes by "David Kopf" <dak664@embarqmail.com> to:
-Add hit counter to index.html -Adding link to favicon.png -Fix serving of binary (image) files in avr-makefsdata file Changes by Colin O'Flynn: -Removed extra linebreak in tutorial-raven.txt -Fix to contiki-conf.h in avr-rcb platform
This commit is contained in:
parent
7cf3165155
commit
8bae6890a8
9 changed files with 452 additions and 730 deletions
|
@ -1,29 +1,14 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>Welcome to the Contiki-demo server!</title>
|
||||
<link rel="stylesheet" type="text/css" href="/style.css">
|
||||
</head>
|
||||
<body bgcolor="#fffeec" text="black">
|
||||
|
||||
<div class="menublock">
|
||||
|
||||
<div class="menu">
|
||||
<p class="border-title">Menu</p>
|
||||
<p class="menu">
|
||||
|
||||
<a href="/">Front page</a><br>
|
||||
<a href="files.shtml">File statistics</a><br>
|
||||
<a href="tcp.shtml">Network connections</a><br>
|
||||
<a href="processes.shtml">System processes</a><br>
|
||||
<a href="sensor.shtml">Sensor Readings</a>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="contentblock">
|
||||
<p class="border-title">
|
||||
Welcome to the <a href="http://www.sics.se/contiki/">Contiki</a>
|
||||
web server!
|
||||
</p>
|
||||
<html><head><title>Welcome to the Contiki-demo server!</title>
|
||||
<link rel="stylesheet" type="text/css" href="/style.css">
|
||||
<link rel="icon" href="favicon.png" type="image/png">
|
||||
</head><body bgcolor="#fffeec" text="black">
|
||||
<div class="menublock"><div class="menu">
|
||||
<p class="border-title">Menu</p><p class="menu">
|
||||
<a href="/">Front page</a><br>
|
||||
<a href="files.shtml">File statistics</a><br>
|
||||
<a href="tcp.shtml">Network connections</a><br>
|
||||
<a href="processes.shtml">System processes</a><br>
|
||||
<a href="sensor.shtml">Sensor Readings</a>
|
||||
</p></div></div><div class="contentblock">
|
||||
<p class="border-title">Welcome to the <a href="http://www.sics.se/contiki/">Contiki</a> web server!</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue