16 lines
256 B
Plaintext
16 lines
256 B
Plaintext
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
<title>Keyboard Indicators</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="num" class="<!--#num-->">NumLock</div>
|
|
<div id="caps" class="<!--#caps-->">CapsLock</div>
|
|
<div id="scroll" class="<!--#scroll-->">ScrollLock</div>
|
|
</body>
|
|
|
|
</html>
|