We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06ca123 commit abb184fCopy full SHA for abb184f
basic-projects/rock-paper-scissors/index.html
@@ -4,7 +4,7 @@
4
<title>
5
Basic rock paper scissors
6
</title>
7
- <link rel="stylesheet" href="Rock-Paper-Scissors.css">
+ <link rel="stylesheet" href="rps.css">
8
</head>
9
<body>
10
@@ -33,6 +33,6 @@
33
34
35
36
- <script src="Rock-Paper-Scissors.js"></script>
+ <script src="rps.js"></script>
37
</body>
38
</html>
0 commit comments