diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..0bb2144 --- /dev/null +++ b/index.html @@ -0,0 +1,22 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="UTF-8"> + <title> P.S.: HCKLABXL </title> + <link rel="stylesheet" href="assets/css/screen.css"> + </head> + <body> + <header> + <h1>HCKLABXL</h1> + </header> + <main> + </main> + <aside> + <address> + Avenue Princesse Elisabeth 46 + 1030 Schaerbeek + </address> + <p><a href="https://ps.zoethical.com/c/ps/hcklabxl">forum</a></p> + </aside> + </body> +</html> |