Spaces:
Running
Running
| <html> | |
| <head> | |
| <title>Microsoft Admin Panel</title> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| </head> | |
| <body> | |
| <h1>Ban windows device</h1> | |
| <input placeholder="HWID"> <button onclick='alert("banned")'>ban device</button> | |
| <h1>Force update to Windows 11</h1> | |
| <input placeholder="HWID"> <button onclick='alert("Done")'>Upgrade</button> | |
| </body> | |
| </html> |