Skip to content

Commit cbe10e9

Browse files
committed
rename
1 parent 477e725 commit cbe10e9

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

basic-projects/rps-with-autoplay/icons/paper-emoji.png renamed to basic-projects/rps-with-bot-battles/icons/paper-emoji.png

File renamed without changes.

basic-projects/rps-with-autoplay/icons/rock-emoji.png renamed to basic-projects/rps-with-bot-battles/icons/rock-emoji.png

File renamed without changes.

basic-projects/rps-with-autoplay/icons/scissors-emoji.png renamed to basic-projects/rps-with-bot-battles/icons/scissors-emoji.png

File renamed without changes.
File renamed without changes.

basic-projects/rps-with-autoplay/index.html renamed to basic-projects/rps-with-bot-battles/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<title>Rock Paper Scissors</title>
5-
<link rel='stylesheet' href='rps-with-autoplay.css'>
5+
<link rel='stylesheet' href='index.css'>
66
</head>
77
<body>
88
<h1>Rock Paper Scissors</h1>
@@ -38,6 +38,6 @@ <h2 class="js-result js-computer-result"></h2>
3838
3939
">Reset Clanker Scores</button>
4040

41-
<script src='rps-with-autoplay.js'></script>
41+
<script src='index.js'></script>
4242
</body>
4343
</html>
File renamed without changes.

0 commit comments

Comments
 (0)