-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (36 loc) · 1.24 KB
/
index.html
File metadata and controls
46 lines (36 loc) · 1.24 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
<!DOCTYPE html>
<html>
<head>
<title>Charity</title>
<link href="style.css" type="text/css" rel="stylesheet">
</head>
<body class="body">
<h1 class='header'>One with Nature</h1>
<br>
<div class='image'></div>
<br>
<p class="explonation">Our goal in "One with Nature" is to help spread peace and happieness to all the tired and wayward
people of this world. Giving all the naive people a chance to live in a new world, a better world.
We hope to make a society where we can all be "One with Nature" every day.
</p>
<br>
<br>
<div class="image2">
<p class="caption">The True way to live.</p>
</div>
<br>
<h2 class="header">How we creat a better world</h2>
<br>
<p class="text">We can create a better world by:</p>
<ul class="list">
<li class="li">Taking the homes from the homed</li>
<li class="li">Stealing from the rich and the poor</li>
<li class="li">Destroying the industy company</li>
<li class="li">Burn society to the ground</li>
<li class="li">Purge the virus that is mankind</li>
</ul>
<br>
<h2 class="Donate">Donate Today</h2>
<p class="help">Help us creat a better world, and together we can all be "One with Nature"</p>
</body>
</html>