-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathintro.html
More file actions
20 lines (19 loc) · 769 Bytes
/
intro.html
File metadata and controls
20 lines (19 loc) · 769 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<header>
<title>namele</title>
<p id="close-button"><strong><a href="index.html">X</a></strong></p>
<h1>how this works</h1>
<link rel="stylesheet" href="style.css">
<body>
<p>
Guess the Namele in six tries.
Hit the enter button to submit a guess. After each guess, the color of the tiles will change to show how close your guess was to this word.
</p>
<p>
If a letter is green: the letter is in that position in the correct answer
If a letter is yellow: the letter is in the correct answer, just not in the spot that it is in
If a letter is gray: the letter is not in the correct answer
</p>
</body>
</html>