source for lucas.co
Update index.html
index.html | 30 +++++++++++++++++++++---------
1 file changed, 21 insertions(+), 9 deletions(-)
diff --git a/index.html b/index.html
index 1057791..d6657be 100644
--- a/index.html
+++ b/index.html
@@ -1,11 +1,23 @@
-<box> x </box>
+<!DOCTYPE html>
-<br>
-<br>
+<html>
+
+ <head>
+ <link rel = "stylesheet" href = "styles.css">
+ </head>
-t
-
-<br>
-<br>
-
-<img src = "/media/magic.gif">
+ <body>
+ <box> x </box>
+
+ <br>
+ <br>
+
+ t
+
+ <br>
+ <br>
+
+ <img src = "/media/magic.gif">
+ </body>
+
+</html>