From 537338ab2a5cc96091720465b8fb40d75ecefd00 Mon Sep 17 00:00:00 2001 From: Your Name <you@example.com> Date: Mon, 17 Jun 2019 21:09:12 +0200 Subject: using hugo for site-generator now --- floating/index.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 floating/index.html (limited to 'floating') 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> -- cgit v1.2.3