14 lines
424 B
HTML
14 lines
424 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<title>Private Keyboard</title>
|
||
|
<link rel="stylesheet" href="./button.css">
|
||
|
<script src="./button.js" defer></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<header id="siteDomain"></header>
|
||
|
<button id="toggleSite">Disable Keyboard Privacy</button>
|
||
|
<p id="reloadPage">Refresh the page to apply</p>
|
||
|
</body>
|
||
|
</html>
|