diff options
author | hellekin <hellekin@cepheide.org> | 2018-06-21 15:53:56 +0200 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2018-06-21 15:53:56 +0200 |
commit | a27194d9738d9492dfca42983dcb2d11fb5019ef (patch) | |
tree | 88e04154067aa7c719b6087f3fbc67f81f717ae6 /index.html | |
download | hacklab.brussels-a27194d9738d9492dfca42983dcb2d11fb5019ef.tar.gz |
Welcome to hcklabxl
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> |