fix: correct css file name

pull/148/head
jaosn60810 3 years ago committed by GitHub
parent 236f68461b
commit 82eb6be877
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,14 +3,12 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="dark-style.css" />
<title>Event KeyCodes</title>
</head>
<body>
<div id="insert">
<div class="key">
Press any key to get the keyCode
</div>
<div class="key">Press any key to get the keyCode</div>
</div>
<script src="script.js"></script>
</body>

Loading…
Cancel
Save