diff --git a/assets/JavaScript/confirm.js b/assets/JavaScript/confirm.js new file mode 100644 index 0000000..8950579 --- /dev/null +++ b/assets/JavaScript/confirm.js @@ -0,0 +1,5 @@ +if (confirm("Are you sure that you want to be hacked? 👿") == true) { + alert("That button 'OK' gave me the access to your device. Now I will do what ever I wish to do👿.") +} else { + alert("You have no way to cancel it. 👿 No one can save you now.") +} \ No newline at end of file diff --git a/assets/css/style.css b/assets/css/style.css new file mode 100644 index 0000000..dddf936 --- /dev/null +++ b/assets/css/style.css @@ -0,0 +1,42 @@ +*{ + cursor: url('../images/skull.png'), auto !important; +} +body{ + background-image: url('../images/background.jpg'); + -webkit-background-size: cover; + -moz-background-size: cover; + -o-background-size: cover; + background-size: cover; +} +h1{ + background: linear-gradient(45deg,black,green,black); + padding: 5px; + border: 4px solid rgb(0, 255, 0); + color: white; + text-transform: uppercase; + font-size: 35px; +} +.head_2{ + font-size: 15px; + color: white; + letter-spacing: 2px; + text-shadow: 0px 0px 30px white; +} +.ok{ + background: linear-gradient(45deg,black,green); + box-shadow: 5px 5px 50px 10px rgb(0, 255, 0); + border-radius: 10px; + width: 80%; + margin-right:auto; + margin-left:auto; + text-align: left; + padding: 25px 25px 25px 25px; + height: max-content; +} +.okok{ + text-align: right; + margin-left: 100%; +} +.starting_hack{ + font-size: 30px; +} \ No newline at end of file diff --git a/assets/images/background.jpg b/assets/images/background.jpg new file mode 100644 index 0000000..71042cb Binary files /dev/null and b/assets/images/background.jpg differ diff --git a/assets/images/skull.png b/assets/images/skull.png new file mode 100644 index 0000000..ee999ef Binary files /dev/null and b/assets/images/skull.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..f329ee9 --- /dev/null +++ b/index.html @@ -0,0 +1,31 @@ + + +
+ + + + + +