diff options
Diffstat (limited to 'floating')
-rw-r--r-- | floating/index.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/floating/index.html b/floating/index.html new file mode 100644 index 0000000..4cdbf30 --- /dev/null +++ b/floating/index.html @@ -0,0 +1,17 @@ +<html lang="en" dir="ltr"> + <head> + <meta charset="utf-8"> + <link rel="stylesheet" href="hacklabxl.css"> + <title>hcklabxl : floating</title> + </head> + <body> + + <h1>hcklabxl : floating</h1> + + <p><img src="/floating_carrot.jpg" alt="man on top of an orange vessel in the sea" /></p> + +<p>man floats accross the atlantic</p> + + + </body> +</html> |