Add styling
[pics.git] / index.php
index 804a15e..88310ff 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,4 +1,10 @@
 <html>
+<head>
+<link rel="stylesheet" href="style.css">
+</head>
+
+<body>
+<main>
 <a href='upload.php'>Upload</a>
 <?php
 
@@ -29,5 +35,6 @@ while ($post = $posts->fetchArray()) {
   echo '</div>';
 }
 ?>
-<div>footer</div>
+</main>
+</body>
 </html>