mirror of
https://github.com/zyqunix/tools.git
synced 2025-07-05 22:10:31 +02:00
26 lines
No EOL
767 B
HTML
26 lines
No EOL
767 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Keyboard Test</title>
|
|
<meta name="description" content="Keyboard Test Without Any Trackers, Fully Open-Source on GitHub!">
|
|
<link rel="stylesheet" href="style.css">
|
|
<link rel="shortcut icon" href="https://rimgo.pussthecat.org/RFbdMMB.png" type="image/x-icon">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="cards shadow" id="container">
|
|
<h1>Keyboard Tester</h1>
|
|
<h3>A minimalist keyboard test without ads or trackers.</h3>
|
|
<button class="reset" id="reset">Reset</button>
|
|
|
|
<div class="counter" id="key-counters"></div>
|
|
</div>
|
|
|
|
<script src="script.js"></script>
|
|
</body>
|
|
|
|
</html> |