Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -0
index.html
CHANGED
@@ -7,5 +7,7 @@
|
|
7 |
<body>
|
8 |
<h1>Ban windows device</h1>
|
9 |
<input placeholder="HWID"> <button onclick='alert("banned")'>ban device</button>
|
|
|
|
|
10 |
</body>
|
11 |
</html>
|
|
|
7 |
<body>
|
8 |
<h1>Ban windows device</h1>
|
9 |
<input placeholder="HWID"> <button onclick='alert("banned")'>ban device</button>
|
10 |
+
<h1>Force update to Windows 11</h1>
|
11 |
+
<input placeholder="HWID"> <button onclick='alert("Done")'>Upgrade</button>
|
12 |
</body>
|
13 |
</html>
|