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

commitb022fdb529dc2f6b1f38d6328e7363c7d48899d3
parente4b5479cb6
authorsynthpure <[email protected]>
date2022-09-12 12:56
Update index.html

 index.html | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/index.html b/index.html
index 4b8a997..bf1593a 100644
--- a/index.html
+++ b/index.html
@@ -7,17 +7,21 @@
   </head>
 
   <body>
-    <box> x </box>
+    <box>
+      x
+    </box>
     
     <br>
     <br>
     
-    v
+    w
     
     <br>
     <br>
     
-    <img src = "/media/magic.gif">
+    <box>
+      <img src = "/media/magic.gif">
+    </box>
   </body>
   
 </html>