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

commit066ce1c95faf2b465f5f59ad6e3a9d6512641c99
parent486f6fd864
authorsynthpure <[email protected]>
date2022-09-12 15:08
Update index.html

 index.html | 26 ++++++--------------------
 1 file changed, 6 insertions(+), 20 deletions(-)

diff --git a/index.html b/index.html
index aa4c966..8e00868 100644
--- a/index.html
+++ b/index.html
@@ -2,26 +2,12 @@
 
 <html>
   
-  <head>
-    <link rel = "stylesheet" href = "styles.css">
-  </head>
+	<head>
+		<link rel = "stylesheet" href = "styles.css">
+	</head>
 
-  <body>
-    <box>
-      x
-    </box>
-    
-    <br>
-    <br>
-    
-    c
-    
-    <br>
-    <br>
-    
-    <box>
-      <img src = "/media/magic.gif">
-    </box>
-  </body>
+	<body>
+			<img src = "magic.gif" class="box">  
+	</body>
   
 </html>