summaryrefslogtreecommitdiffstats
path: root/NetworkDiscovery/html/test.html
diff options
context:
space:
mode:
Diffstat (limited to 'NetworkDiscovery/html/test.html')
-rw-r--r--NetworkDiscovery/html/test.html39
1 files changed, 39 insertions, 0 deletions
diff --git a/NetworkDiscovery/html/test.html b/NetworkDiscovery/html/test.html
new file mode 100644
index 0000000..c5132b1
--- /dev/null
+++ b/NetworkDiscovery/html/test.html
@@ -0,0 +1,39 @@
+<!doctype html>
+<html>
+ <head>
+ <title>Network Discovery</title>
+ <link rel="stylesheet" href="test.css" type="text/css" media="screen" />
+ </head>
+ <body>
+ <header>
+ <h1>Network Discovery</h1>
+ </header>
+ <section id="intro">
+ <p>Welcome to the Network Discovery. We are now looking for usable interfaces and will go on as soon as we found one. This may take a few seconds.</p>
+ </section>
+ <div id="content">
+ <div id="left_spacer">
+ <aside>
+ <!-- free space -->
+ </aside>
+ </div>
+ <div id="mainContent">
+ <section>
+ <!-- Main content area -->
+ <p></p>
+ </section>
+ </div>
+ <div id="right_spacer">
+ <aside>
+ <!-- free space -->
+ </aside>
+ </div>
+ </div>
+ <footer>
+ <!-- Footer -->
+ RZ Uni Freiburg, 2011
+ </footer>
+ </body>
+</html>
+
+