Fix static index.html.
authorAntony Chazapis <chazapis@gmail.com>
Wed, 14 Sep 2011 10:14:32 +0000 (13:14 +0300)
committerroot <root@pithos.dev.grnet.gr>
Wed, 14 Sep 2011 10:14:32 +0000 (13:14 +0300)
htdocs/index.html

index 3c6e6ab..400e77a 100644 (file)
@@ -3,7 +3,7 @@
 <head>
     <meta charset="utf-8" />
     <title>Pithos</title>
-    <link rel="stylesheet" href="static/bootstrap.css">
+    <link rel="stylesheet" href="bootstrap.css">
 </head>
 <body>
     <div class="container">
         </div>
         <div class="row">
             <div class="span2 columns offset3">
-                <button href="/docs" class="btn"">Τεκμηρίωση</button>
+                <a href="/docs" class="btn"">Τεκμηρίωση</a>
             </div>
             <div class="span2 columns offset6">
-                <button href="/ui" class="btn primary">Είσοδος</button>
+                <a href="/ui" class="btn primary">Είσοδος</a>
             </div>
         </div>
     </div>
 </body>
-</html>
\ No newline at end of file
+</html>