File size: 429 Bytes
5976fdf
 
 
d583b6e
 
5976fdf
 
 
a66a474
b03ed2c
 
5976fdf
 
1
2
3
4
5
6
7
8
9
10
11
12
13
<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>