-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
80 lines (80 loc) · 3.37 KB
/
index.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Kalam:wght@700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap" rel="stylesheet">
<title>Among Us | Unlock Manifolds</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="outerdiv">
<div class="datadiv">
<div class="imgbox">
<img src="https://wonder-day.com/wp-content/uploads/2020/10/wonder-day-among-us-21.png" >
</div>
<div class="textbox">
<h2>Among US | Unlock Manifolds</h2>
<p>This task is completed by clicking/pressing the numbers in ascending order (1, 2, 3, 4, 5, 6, 7, 8, 9, 10). If you click the incorrect number, the keypad will flash red, and you will need to restart the sequence. If you leave the keypad, the position will randomize again.</p>
</div>
</div>
<div class="innerdiv">
<div class="gamebox">
<div class="task_comp">
<p >Task Completed!</p>
</div>
<div class="eachline">
<div class="eachbox">
<p>7</p>
</div>
<div class="eachbox">
<p>9</p>
</div>
<div class="eachbox">
<p>3</p>
</div>
<div class="eachbox" >
<p>8</p>
</div>
<div class="eachbox">
<p>1</p>
</div>
</div>
<div class="eachline">
<div class="eachbox">
<p>4</p>
</div>
<div class="eachbox">
<p>5</p>
</div>
<div class="eachbox">
<p>2</p>
</div>
<div class="eachbox">
<p>10</p>
</div>
<div class="eachbox">
<p>5</p>
</div>
</div>
</div>
</div>
</div>
<div class="links">
<ul>
<li><a target="_blank" href="https://github.com/RahulSahOfficial"><i class="fa fa-github" aria-hidden="true"></i></a></li>
<li><a target="_blank" href="https://www.instagram.com/developer_sah/"><i class="fa fa-instagram" aria-hidden="true"></i></a></li>
<li><a target="_blank" href="https://twitter.com/developer_sah"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
</ul>
</div>
<div class="footer">
<p>© Copyright <span id="year">2021</span> | Created By Rahul Sah 🇮🇳</p>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="script.js"></script>
</body>
</html>