-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
71 lines (70 loc) · 2.09 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>I am a normal Website</title>
<link rel="stylesheet" type="text/css" href="main.css">
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="tabjack.js"></script>
</head>
<body>
<div class="content" id="main">
<div class="overlay">
<h1>A normal page, or is it?</h1>
<p>Navigate to another tab, wait a bit and see what happens...</p>
</div>
</div>
<div class="content-x" id="alt">
<div class="g-header">
<a href="https://google.com">
<img class="g-img" width="auto" height="33px" src="img/google.png" />
</a>
<img class="g-ico" width="auto" height="23px" src="http://maksymilian.org/wp-content/uploads/2016/03/squares3.png" />
</div>
<div class="g-body">
<div class="g-left">
<h1>
Login to your Gmail account
</h1>
<p>
You have been logged out of your Gmail Account. In order to use Gmail and the associated Email adress, you need to login again.
<br>
<br>
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.
</p>
</div>
<div class="g-right">
<div class="g-form">
<strong>Email:</strong>
<input type="text" maxlength="30" autocomplete="off" value="" spellcheck="false" aria-invalid="true">
<span class="g-hint">@gmail.com</span>
<br>
<strong>Password:</strong>
<input type="password" maxlength="30" autocomplete="off" value="" spellcheck="false" aria-invalid="true">
<br>
<input id="g-send" type="submit" value="Send" class="g-btn">
</div>
</div>
</div>
<div class="g-footer">
<ul>
<li>
<a href="https://google.com">
Google
</a>
</li>
<li>
<a href="https://www.google.at/intl/en/policies/terms/regional.html">
Privacy Policy & Terms of Service
</a>
</li>
<li>
<a href="https://support.google.com/accounts?hl=en#topic=3382296">
Help
</a>
</li>
</ul>
</div>
</div>
</body>
</html>