summaryrefslogtreecommitdiffstats
path: root/NetworkDiscovery/html/test.html
blob: c5132b1958f1f7ff64f721877d31069296941b8a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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>