-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMedium_Gamemode.html
More file actions
113 lines (73 loc) · 6.11 KB
/
Copy pathMedium_Gamemode.html
File metadata and controls
113 lines (73 loc) · 6.11 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
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Medium Gamemode - Guess The Number</title>
</head>
<link rel="icon" type="image/x-icon" href="assets/GTN_Medium_Gamemode.png">
<link rel="stylesheet" href="style_ css/style.css">
</head>
<body style="background-color:black;">
<div style="background-color: whitesmoke; padding-top: 15px; padding-bottom: 15px;">
<ul class="horizontal-list " >
<li class="navbar"> <a href="index.html"> <img src="assets/GTN_Default_1.png" height="60" width="auto" title="Home"> </li></a>
<li class="navbar" style="margin-left: auto;"> <a href="Easy_Gamemode.html"> <img src="assets/GTN_Easy_Mode_.png" width="auto" height="60" title="Easy Gamemode "> </li> </a>
<li class="navbar" > <a href="Medium_Easy_Gamemode.html"> <img src="assets/GTN_Medium_Easy_Gamemode.png" width="auto" height="60" title="Medium Easy Gamemode"> </a></li>
<li class="navbar" > <a href="Medium_Gamemode.html"> <a href="Medium_Gamemode.html"> <img src="assets/GTN_Medium_Gamemode.png" width="auto" height="60" title="Medium Gamemode (Your here)"> </a></li> </a></li>
<li class="navbar" > <a href="Hard_Mode_Gamemode.html"> <a href="Hard_Mode_.html"> <img src="assets/GTN_Hard_Gamemode.png" width="auto" height="60" title=" Hard Mode"> </a></li> </a> </li>
<li class="navbar" onclick="myFunction47()"> <img src="assets/GTN_Extra_Hard_Gamemode.png" width="auto" height="60" title="Page unavailable (Extra Hard Mode) "> </a></li>
<li class="navbar" > <a href="contactme.html"><img src="assets/email-icon.jpg" width="auto" height="60" title="Contact Me"></a></li>
<br> <li class="navbar"> </br> <a href="https://github.com/asep3192" target="_blank"> <img src="assets/Github_Icon.png" style="margin: left px;" height="50" width="auto" alt="GitHub" title="Creators GitHub"> </br> </li> </a> </img> </br>
</li>
</ul>
<script>function myFunction47() {
alert("This page is not available");
}</script>
</div>
<body>
<!----> <h1> <span style="background-color: whitesmoke; margin: 1%; color: black;"> This is Medium Gamemode </h1> </span>
<!-- <h1> <span style="background-color: whitesmoke; margin: 1%;" > Medium GameMode </h1> -->
<h4> <span style="background-color: whitesmoke; color: black; margin: 1%;"> Description: Medium Gamemode is the third gamemode in the Guess The Number Gamemodes and was originally the second gamemode in line. But was moved to 3rd when Medium Easy Gamemode was created. In this Gamemode you have 8 guesses and have to guess a randomly generated number between 0 and 300. </h4>
<h2> <span style="background-color: whitesmoke; color: black;"> Where can find this Gamemode? </h2> <h4> <span style="background-color: whitesmoke; color: black;"> You can find Medium Gamemode at this link: <a href="gamemodes_not_released_yet.html" target="_blank"> Coming Soon! </a>
</h4>
<h4> <span style="background-color: whitesmoke; color: black;"> Or on the Creators Github. Which you can either go to the <a href="gamemodes_not_released_yet.html" target="_blank"><i> direct link </i> </a> to the game or by clicking on the Github Image in the top corner, which brings you to the creators Github Profile.
</h4>
<h3> <span style="background-color: whitesmoke; text-align: center; color: black;"> Images shown below</span> </h3>
<img id="myImg" src="assets/GTN_Medium_Gamemode_SS_cmd.png" alt="Screenshot"
style="width:100%;max-width:600px; padding-left: 10px;">
<!-- The Modal -->
<div id="myModal" class="modal">
<!-- The Close Button -->
<span class="close">×</span>
<!-- Modal Content (The Image) -->
<img class="modal-content" id="img01"></img>
<!-- Modal Caption (Image Text) -->
</div>
<link rel="stylesheet" href="style_ css/modal_image_open.css">
<script src="script .js/modal_image_open.js"> </script>
<!--Image 2-->
<table>
<tr>
<img id="myImg2" src="assets/GTN_Medium_Gamemode_SS_2_cmd.png" alt="Screenshot+Answered(4Trys)"
style="width:100%;max-width:600px; padding-left: 2px;">
<!-- The Modal -->
<div id="myModal2" class="modal">
<!-- The Close Button -->
<span class="close2">×</span>
<!-- Modal Content (The Image) -->
<img class="modal-content" id="img02">
<!--Modal Caption (Image Text) -->
<link rel="stylesheet" href="style_ css/modal_image_open.css">
<script src="script .js/modal_image_open_2.js"> </script>
</div>
</tr>
</table>
</tr>
</img>
<div class="footer" style="background-color: black;">
<p> <span style="background-color: whitesmoke; text-align: center">© Copyright 2024 Asep1582. <i> All Rights Reserved </i> </span></p>
<p> <span style="background-color: black; text-align: center"></span></p>
</div>
</body>
</html>