diff options
author | Your Name <you@example.com> | 2019-06-25 00:18:07 +0200 |
---|---|---|
committer | Your Name <you@example.com> | 2019-06-25 00:18:07 +0200 |
commit | 3a33f752ab199c8d8c4e0c0506349744e22474e0 (patch) | |
tree | 180dad2523d8e96af60c4a9a216efacb6543d5db /inc(l)assable/inc(l)assable.html | |
parent | a00f93442e5608983ed9c9692cb507c7d610b73f (diff) | |
download | hacklab.brussels-3a33f752ab199c8d8c4e0c0506349744e22474e0.tar.gz |
mixed bag, sliced images e.a.
Diffstat (limited to 'inc(l)assable/inc(l)assable.html')
-rw-r--r-- | inc(l)assable/inc(l)assable.html | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/inc(l)assable/inc(l)assable.html b/inc(l)assable/inc(l)assable.html index 32573e0..ae675d6 100644 --- a/inc(l)assable/inc(l)assable.html +++ b/inc(l)assable/inc(l)assable.html @@ -1,12 +1,16 @@ <!DOCTYPE html> <html lang="en" dir="ltr"> <head> + <link rel="stylesheet" href="inc(l)assable.css"> <meta charset="utf-8"> <title></title> </head> - <body> - <p> - test - </p> - </body> +<body> +<div class="one"></div> +<div class="two"></div> +<hr> +<span>50$</span> +<img src="hacktool_1.jpg" alt=""><br> +<img class="indo"src="indonesia.svg" alt=""> +</body> </html> |