-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path408242179.html
41 lines (40 loc) · 2.61 KB
/
408242179.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!-- sudoku-tutorial -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sudoku Tutorial</title>
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/sudoku-tutorial.css">
</head>
<body>
<div class="wrapper">
<h1>How to play sudoku on this website</h1>
<section class="content">
<div class="tutorial">
<div class="first">
<img src="images/sudoku-tut1.png" class="desktop" alt="sudoku tutorial">
<img src="images/sudoku-tut1-phone.png" class="phone" alt="sudoku tutorial">
<div class="explanation"><p>To fill a box, click on the number you would like to use, then click on the corresponding empty spot. </p></div>
</div>
<div class="second">
<img src="images/sudoku-tut2.png" class="desktop" alt="sudoku tutorial">
<img src="images/sudoku-tut2-phone.png" class="phone" alt="sudoku tutorial">
<div class="explanation"><p>To empty a box, click on erase, then click on the filled spot to empty it.</p></div>
</div>
<div class="third">
<img src="images/sudoku-tut3.png" class="desktop" alt="sudoku tutorial">
<img src="images/sudoku-tut3-phone.png" class="phone" alt="sudoku tutorial">
<div class="explanation"><p>Once you are done, you need to manually click on submit. If your submission is incorrect, you will be prompted to try again.</p><br></div>
</div>
<div class="explanation"><p>You will start off first with a practice round to get a feel of how to complete the task; then, you will move on to the official round. If you would like to, you may skip the practice round by clicking on the "Skip Practice Round" button you will find at the top right of the page.</p><br><a href="324701011.html">Play Game</a></div>
</div>
</section>
</div>
<script>alert('Please read the following instructions carefully.')</script>
</body>
</html>