Initial commit of base code
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user