forked from maskotgame/m2015we
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
25 lines (25 loc) · 1.33 KB
/
Copy pathindex.php
File metadata and controls
25 lines (25 loc) · 1.33 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
<!DOCTYPE HTML>
<html>
<head>
<title>Homepage - m2015we</title>
<?php include $_SERVER['DOCUMENT_ROOT'].'/components/info.php' ?>
</head>
<body>
<?php include $_SERVER['DOCUMENT_ROOT'].'/components/navigation.php' ?>
<div class="bg-eco">
<div class="container text-center">
<img src="/images/leaf.png" alt="m2015we" class="img-eco mt-2">
<h1 class="text-white txt-eco">m2015we</h1>
<h4 class="text-white txt-eco">Most 2015 Website Ever</h4>
</div>
</div>
<div class="container text-center">
<h2>Welcome to m2015we!</h2>
<p>This website is the gateway to anything related to an <strong>eco-friendly environment</strong> and <strong>prevention of climate change</strong>.
<br>The owners of this website are working <i>very very</i> hard to bring humans a safe-space that's free of air pollution and microplastics.
<br>We plant over 100k trees every microsecond. We teach birds morse code to better allow humanoids to communicate with mother nature.</p>
<h4 class="mb-special">Interested? <a href="/auth/sign-up">Sign Up Today</a>!</h4>
</div>
<?php include $_SERVER['DOCUMENT_ROOT'].'/components/footer.php' ?>
</body>
</html>