-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
72 lines (57 loc) · 1.89 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
<!DOCTYPE html>
<!---Hi! If your seeing this, FUCK YOU! I know your juding my shitty HTML organization, but I'll have you know that I am NEW to HTML, and you probably weren't HALF as good as I am when you were just starting SO GET THE FUCK OUT BITCH!--->
<html>
<head>
<title>The Free Union</title>
<link rel="icon" href="https://cdn.glitch.com/4fcc1591-89f7-4a8e-be7c-7dc5c371ddf1%2Fthe_emblem_of_the_communist_party_by_nikaverbax_ddddfl1-pre.png?v=1632756422447">
<link rel "style" href="style.css">
<style>
body {
background-color: red;
}
.Main {
background-color: orange;
text-align: center;
}
</style>
<script>
if (location.protocol != 'https:') {
location.href = 'https:' + window.location.href.substring(window.location.protocol.length);
}
</script>
<script>
async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8955687718206976"
crossorigin="anonymous"
</script>
</head>
<body>
<div class="Main"><script>
if (location.protocol != 'https:') {
location.href = 'https:' + window.location.href.substring(window.location.protocol.length);
}
</script>
<h1>
The Free Union
</h1>
<img src="https://cdn.glitch.com/4fcc1591-89f7-4a8e-be7c-7dc5c371ddf1%2Fthe_emblem_of_the_communist_party_by_nikaverbax_ddddfl1-pre.png?v=1632756422447" width="113">
<p>
Welcome to the official website of 'The Free Union,' a global union consisting of the Americas, as well as western Europe.
<br>
<p>
Please refer to the links below to find more information:
</p>
<br>
<a href="information.html"> General Information</a>
<br>
<a href="government/leadership.html">Leadership</a>
<br>
<a href="/military/about.html">Military</a>
</div>
</body>
<footer>
<p>
©2021 The Free Union. All rights reserved.
</p>
<p> <a href="privacypolicy.html">Privacy Policy</a> | <a href="LICENSE.txt"> License</a> </p>
</footer>
</html>