diff options
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> |