Skip to content

Commit abb184f

Browse files
committed
update script and link-stylesheet elements
1 parent 06ca123 commit abb184f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

basic-projects/rock-paper-scissors/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>
55
Basic rock paper scissors
66
</title>
7-
<link rel="stylesheet" href="Rock-Paper-Scissors.css">
7+
<link rel="stylesheet" href="rps.css">
88
</head>
99
<body>
1010

@@ -33,6 +33,6 @@
3333

3434

3535

36-
<script src="Rock-Paper-Scissors.js"></script>
36+
<script src="rps.js"></script>
3737
</body>
3838
</html>

0 commit comments

Comments
 (0)