Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <style>
- #div1 {
- width: 350px;
- height: 70px;
- padding: 10px;
- border: 1px solid #aaaaaa;
- }
- </style>
- <script>
- function allowDrop(ev) {
- ev.preventDefault();
- }
- function drag(ev) {
- ev.dataTransfer.setData("text", ev.target.id);
- }
- function drop(ev) {
- ev.preventDefault();
- var data = ev.dataTransfer.getData("text");
- ev.target.appendChild(document.getElementById(data));
- }
- </script>
- </head>
- <body>
- <h3 style="color:Red;">Mr Krabs :<h3>PUT MY MONEY IN THE SAFE</h3>
- <div id="div1" ondrop="drop(event)" ondragover="allowDrop(event)"></div>
- <br>
- <img id="drag1" src="https://i.imgur.com/0PWGhle.jpg" draggable="true" ondragstart="drag(event)" width="336" height="79">
- </body>
- </html>
- <html>
- <head>
- <title>############</title>
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
- </head>
- <body>
- <p>Like if you want moneys</p>
- <i class="fa fa-money" style="font-size:24px"></i>
- <i class="fa fa-money" style="font-size:24px"></i>
- <i class="fa fa-money" style="font-size:24px"></i>
- <i class="fa fa-money" style="font-size:24px"></i>
- <i class="fa fa-money" style="font-size:24px"></i>
- <i class="fa fa-money" style="font-size:24px"></i>
- <i class="fa fa-money" style="font-size:24px"></i>
- <i class="fa fa-money" style="font-size:24px"></i>
- <i class="fa fa-money" style="font-size:24px"></i>
- </body>
- </html>
- <html>
- <head>
- <html>
- <body>
- <p>Press F12 and Go in Your Console</p>
- <script>
- console.error("OH YEAH MR KRABS I HACKED YOUR COMPUTER NOW MOTHERFUCKER");
- alert("oh yeah Mr Krabs");
- alert("Oh yeah Mr Krabs");
- alert("Oh Yeah Mr Krabs");
- alert("Oh Yeah Mr Krabs");
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement