Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -4,6 +4,6 @@
|
|
4 |
</head>
|
5 |
<body>
|
6 |
<h1>Ban windows device</h1>
|
7 |
-
<input placeholder="HWID">
|
8 |
</body>
|
9 |
</html>
|
|
|
4 |
</head>
|
5 |
<body>
|
6 |
<h1>Ban windows device</h1>
|
7 |
+
<input placeholder="HWID"> <button onclick='alert("banned")'>ban device</button>
|
8 |
</body>
|
9 |
</html>
|