git.lucas.co / website
source for lucas.co

commit9b35d78b68fb80ef229f89ea50da211eb21697db
parent0fcc2d8348
authorsynthpure <40282192+lsgalante@users.noreply.github.com>
date2022-09-12 12:52
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>