-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1
More file actions
38 lines (36 loc) · 892 Bytes
/
1
File metadata and controls
38 lines (36 loc) · 892 Bytes
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
<!DOCTYPE html>
<html>
<head>
<h1>My Website</h1>
</head>
<body>
<p> Welcome to Aaron's website. We're delighted to have customers!</p>
<p><br/>Know more about us through <a href="https://en.wikipedia.org/wiki/New_World_Order_(conspiracy_theory)">this link</a></p>
<a href="mail to: yongsya999@gmail.com">Join us now!</a>
<dl>
<dt>Aaron</dt>
<dd>Is the great powerful leader of our organisation. His guiding thought and ideals drive our organisation to greater heights. </dd>
</dl>
<p>Are you...</p>
<ul>
<li>Democratic?</li>
<li>In search of meaning?</li>
<li>Wanting to see change?</li>
<p>Join us NOW.</p>
<hr/>
</ul>
<table>
<tr>
<th>How to contribute to the NWO</th>
</tr>
<tr>
<th>-Financial support<th>
</tr>
<tr>
<th>-Social Media</th>
</tr>
<th>-Mass propaganda</th>
</table>
<hr ?><p></br>The most influential group in the world! Do not miss this oppurtunity!</p>
</body>
</html>