webclient/index.html
changeset 0 d7bbef8dce52
child 1 93aa0c0f3c53
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/webclient/index.html	Fri Oct 21 04:18:07 2011 +0200
     1.3 @@ -0,0 +1,22 @@
     1.4 +<!doctype html>
     1.5 +<html lang="de">
     1.6 +  <head>
     1.7 +    <title>Suesskeks Backwaren</title>
     1.8 +    <link href="style.css" rel="stylesheet" type="text/css" />
     1.9 +  </head>
    1.10 +  <body>
    1.11 +    <div id="floater"></div>    
    1.12 +    <div id="content">
    1.13 +      <div id="logo">
    1.14 +	<img src="images/logo1.png" alt="Suesskeks Backwaren" />
    1.15 +      </div>
    1.16 +      <footer>
    1.17 +	<address>
    1.18 +	  <a href="mailto:sam@suesskeks.de">sam@suesskeks.de</a>
    1.19 +	  &nbsp;&nbsp;&nbsp;&nbsp;
    1.20 +	  Tel: 0175 2724729
    1.21 +	</address>
    1.22 +      </footer>      
    1.23 +    </div>
    1.24 +  </body>
    1.25 +</html>