-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (35 loc) · 1.3 KB
/
index.html
File metadata and controls
41 lines (35 loc) · 1.3 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="./css/main.css">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tug of Words - Main Page</title>
<script>
function newGame() {
window.location.href="./gamePage.html"
}
</script>
</head>
<body>
<h3>Welcome to...</h3>
<img src="./images/maveli.png" width="10%" style="margin-left: 50px;">
<h1>
TUG OF WORDS!_ONAM EDITION
</h1>
<img src="./images/onam2.png" width="20%">
<h3>
It is a tug of words_Onam Edition game created as part of ONATHON Programme by TinkerHub CET, it is same as normal tug of war game with a small difference that's it relates to tug of words😋🧐
</h3>
<p>
Each player will take turns solving a word. A correct answer pulls the flag to your side, while an incorrect answer does the opposite. Get the flag accross to your side first to win!
</p>
<img src="./images/onam1.png" width="50%">
<button onclick="newGame()" id="start" class="start">Start New Game</button>
</footer>
<!-- ADD IMG FOR BOTTOM OF SCREEN -->
<footer>
<!-- <script src="./js/main.js"></script> -->
</body>
</html>