diff options
author | Your Name <you@example.com> | 2019-06-22 14:31:36 +0200 |
---|---|---|
committer | Your Name <you@example.com> | 2019-06-22 14:31:36 +0200 |
commit | 544a65c4b2dd1a676dfd29a22e9dc10de7ba132e (patch) | |
tree | 20c404c1ac2f5b02e15818c0b62a363ef74ef7ae /inc(l)assable | |
parent | 240c87e810ea31e19217aa1c9c8f06d6344e5172 (diff) | |
download | hacklab.brussels-544a65c4b2dd1a676dfd29a22e9dc10de7ba132e.tar.gz |
pub niko wip
Diffstat (limited to 'inc(l)assable')
-rw-r--r-- | inc(l)assable/inc(l)assable.css | 0 | ||||
-rw-r--r-- | inc(l)assable/inc(l)assable.html | 12 | ||||
-rw-r--r-- | inc(l)assable/inc(l)assable.js | 0 | ||||
-rw-r--r-- | inc(l)assable/index.html | 15 |
4 files changed, 27 insertions, 0 deletions
diff --git a/inc(l)assable/inc(l)assable.css b/inc(l)assable/inc(l)assable.css new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/inc(l)assable/inc(l)assable.css diff --git a/inc(l)assable/inc(l)assable.html b/inc(l)assable/inc(l)assable.html new file mode 100644 index 0000000..32573e0 --- /dev/null +++ b/inc(l)assable/inc(l)assable.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html lang="en" dir="ltr"> + <head> + <meta charset="utf-8"> + <title></title> + </head> + <body> + <p> + test + </p> + </body> +</html> diff --git a/inc(l)assable/inc(l)assable.js b/inc(l)assable/inc(l)assable.js new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/inc(l)assable/inc(l)assable.js diff --git a/inc(l)assable/index.html b/inc(l)assable/index.html new file mode 100644 index 0000000..fc27f73 --- /dev/null +++ b/inc(l)assable/index.html @@ -0,0 +1,15 @@ +<html lang="en" dir="ltr"> + <head> + <meta charset="utf-8"> + <link rel="stylesheet" href="hacklabxl.css"> + <title>hcklabxl : inc(l)assable</title> + </head> + <body> + + <h1>hcklabxl : inc(l)assable</h1> + + <p><a href="/inc(l)assable/inc(l)assable.html/">inc(l)cassable</a></p> + + + </body> +</html> |