-
Notifications
You must be signed in to change notification settings - Fork 3
/
PvZ.warn.html
64 lines (52 loc) · 2.27 KB
/
PvZ.warn.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
<!DOCTYPE html>
<html>
<head>
<link href="style.css" rel="stylesheet" type="text/css"/>
<title>MCG Online (REQUEST)</title>
<link rel="apple-touch-icon" href="../img/SEMAG.png">
<link rel="shortcut icon" href="../img/SEMAG.png">
<link rel="icon" type="image/png" href="../img/SEMAG.png">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
</head>
</html>
</div>
<span id="mySidenavbtn" style="color: white; position: sticky; top: 8px; font-size:30px;cursor:pointer" onclick="openNav()">☰</span>
<!--..SIDE BAR SCRIPT.JS..-->
<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<img class="Logo" src="../../img/SEMAG.png"></img>
<br>
<br>
<br>
<br>
<a href="https://SEMAG-Website.nielsen101004.repl.co/">Home</a>
<a href="https://SEMAG-Website.nielsen101004.repl.co/signIn"><b>Sign In</b></a>
</div>
<script>
/*250px and add a black background color to body */
document.getElementById("mySidenavbtn").style.position = "fixed";
function openNav() {
document.getElementById("mySidenav").style.width = "250px";
document.getElementById("main").style.marginLeft = "250px";
document.body.style.backgroundColor = "rgba(0,0,0,0.1)";
}
/* Set the width of the side navigation to 0 and the left margin of the page content to 0, and the background color of body to white */
function closeNav() {
document.getElementById("mySidenav").style.width = "0";
document.getElementById("main").style.marginLeft = "0";
document.body.style.backgroundColor = "white";
}
function alerts() {
alert("Do you want to recieve notifications Via Email?")
}
</script>
<!--SIDE BAR SCRIPT.JS END-->
<body>
<script src="script.js"></script>
<div class="w3-panel w3-red w3-codespan" style="text-align: center;">
<h2>Translate game in order to play</h2>
<p style="margin-right:60px"> START THE GAME AND HIT THE KEYS: <div class="w3-codespan" style="position: absolute; margin-left: 820px; margin-top: -42.5px;">alt+t</div></p><p> click the button that says "TRANSLATE THIS PAGE"</p>
<hr>
<a class="w3-codespan" style="cursor: pointer; text-align: center; font-size: 200%;" onclick="location.href='https://new-plants-vs-zombies-javascript.nielsen101004.repl.co/'">Proceed To Game</a>
</p>
</div>