Skip to content

Commit 0fbb834

Browse files
committed
FEAT: add link to repo
1 parent 49aef1e commit 0fbb834

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

github logo.svg

+9
Loading

index.html

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
<body>
1515
<div id="scores">
1616
<span id="currentStreak">CURRENT STREAK: 0</span>
17+
<a href="https://github.com/JMHeartley/Tic-Tac-Toe" target="_blank">
18+
<img src="github logo.svg" alt="github logo" id="githubLogo">
19+
</a>
1720
<span id="topScore">TOP: <i>checking</i></span>
1821
</div>
1922
<div id="splash" class="center d-none">Let's Play Some <br> Tic-Tac-Toe!</div>

style.css

+1
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ tbody>tr:nth-child(odd) {
9797
font-size: 55pt;
9898
}
9999

100+
#githubLogo:hover,
100101
.space:hover,
101102
.button:hover {
102103
cursor: pointer;

0 commit comments

Comments
 (0)