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> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <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> <title>Event KeyCodes</title>
</head> </head>
<body> <body>
<div id="insert"> <div id="insert">
<div class="key"> <div class="key">Press any key to get the keyCode</div>
Press any key to get the keyCode
</div>
</div> </div>
<script src="script.js"></script> <script src="script.js"></script>
</body> </body>

Loading…
Cancel
Save