Functionality for generating website completed
[biaweb2.git] / templates / main.tpl.html
index b506bc9..0073bfc 100644 (file)
@@ -2,6 +2,8 @@
 <html lang="en">
 <head>
 <title>My Site - %s</title>
+<meta name="keywords" content="%s">
+<meta name="description" content="%s">
 <!-- change base href to your site URL -->
 <base href="http://my.site">
 <style>
         color: white;
         background-color:#a1a0c0;
         height: 50px;
+        float: left;
     }
     div#modification {
         width: 100%;
         color: darkslateblue;
         font-size: 0.9em;
+        float:left;
     }
     div#footer {
         width: 100%;
         text-align: center;
         background-color: #a1a0c0;
         color: white;
-        float:inline-end;
+        float:left;
     }
     div#sidebar {
-        float :inline-end;
+        float :right;
         background-color: darkslateblue;
         color: white;
-        width: 32%;
+        width: 30%;
         padding: 1%;
     }
     div#sidebar a, div#sidebar a:visited {
         color: white;
     }
-    div#main {
-        width: 100%;
-        float: none;
-        color: black;
-    }
+
     div#content {
         width: 63%;
         margin-right:1%;
-        margin-left: 2%;
-        float:inline-start;
+        margin-left: 1%;
+        float: left;
     }
 </style>
 </head>
 <body>
-<div id="main">
     <div id="header"></div>
     <div id="content">
         <div id="modification">Created on: %s, last modified: %s</div>
@@ -69,7 +68,6 @@
     <div id ="footer">
         My copyright
     </div>
-</div>
 
 </body>
 </html>