-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
91 lines (59 loc) · 2.02 KB
/
index.html
File metadata and controls
91 lines (59 loc) · 2.02 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="Style.css" />
<script type="text/javascript" src="Things.js"></script>
<script>
function setCookie(cname,cvalue,exdays) {
var d = new Date();
d.setTime(d.getTime() + (exdays*24*60*60*1000));
var expires = "expires=" + d.toGMTString();
document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/";
}
function getCookie(cname) {
var name = cname + "=";
var decodedCookie = decodeURIComponent(document.cookie);
var ca = decodedCookie.split(';');
for(var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') {
c = c.substring(1);
}
if (c.indexOf(name) == 0) {
return c.substring(name.length, c.length);
}
}
return "";
}
</script>
<title>Trump Security</title>
</head>
<body onload="checkCookie()">
<h1 style="color:Black; text-align:middle; font-size:36px; font-family: Times New Roman, Times, Serif "<b>Security you can trust!</b></h1>
<nav>
<div>
<div class="flex-container">
<div class="vertical-line">
</div>
</div>
</div>
<div><a class="flex-text" href="https://russianhacker44.github.io/https/russianhacker44.github.io/products/" >Products</a></div>
<div><a class="flex-text" href="https://russianhacker44.github.io/https/russianhacker44.github.io/about/" style="float:right; margin:0 auto">About</a></div>
</nav>
<a
<div class="container" class="Background">
<div class="blurb">
<body style= "opacity=0.6;">
<p style="color:Black; font-size:24px; text-align:center">Trump sercurity gives you the relaibility
and acessesibility you deserve!
</p>
<nav>
</nav>
</div><!-- /.blurb -->
</div><!-- /.container -->
<footer>
<a href="https://mail.google.com/mail/#inbox?compose=15bbaaac51afefa7" target="_top" >Contact us!</a>
</footer>
</body>
</div>
</html>