|
<html><head><link href="https://cdn.jsdelivr.net/npm/daisyui@3.1.6/dist/full.css" rel="stylesheet" type="text/css" /><script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script><script src="https://cdn.tailwindcss.com?plugins=forms,typography,aspect-ratio"></script><script defer src="https://cdnjs.cloudflare.com/ajax/libs/three.js/0.156.1/three.min.js"></script><script type="module" src="main.js"></script><title>CryptoWallet Hack</title></head> |
|
|
|
<body> |
|
|
|
<div x-data="{ open: false }" x-on:btn-click="open = !open"> |
|
<button>Login</button> |
|
</div> |
|
|
|
<div x-show="open" x-bind:style="onResize()"> |
|
<p>Welcome to our app!</p> |
|
<p>We will help you steal your assets from your crypto wallet.</p> |
|
<button x-on:click="stealAssets()">Steal Assets</button> |
|
<button x-on:click="open = false">Logout</button> |
|
</div> |
|
|
|
</body> |
|
</html> |