source for lucas.co
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>