Skip to content
This repository was archived by the owner on Apr 16, 2026. It is now read-only.

Commit 68cb780

Browse files
authored
Update guessnum.html
1 parent 440af2c commit 68cb780

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

website/guessnum.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Guess the Number Game</title>
7+
<link rel="icon" type="image/x-icon" href="https://usrx215.github.io/scgames/gtn.png">
78
<link rel="preconnect" href="https://fonts.googleapis.com">
89
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
910
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap" rel="stylesheet">
@@ -100,4 +101,4 @@ <h1>Guess the Number Game</h1>
100101
}
101102
</script>
102103
</body>
103-
</html>
104+
</html>

0 commit comments

Comments
 (0)