forked from maskotgame/m2015we
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.php
More file actions
26 lines (26 loc) · 1.43 KB
/
Copy pathcontact.php
File metadata and controls
26 lines (26 loc) · 1.43 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
<!DOCTYPE HTML>
<html>
<head>
<title>Contact Us - m2015we</title>
<?php include $_SERVER['DOCUMENT_ROOT'].'/components/info.php' ?>
</head>
<body>
<?php include $_SERVER['DOCUMENT_ROOT'].'/components/navigation.php' ?>
<div class="bg-mailbox">
<div class="container text-center">
<img src="/images/leaf.png" alt="m2015we" class="img-eco mt-2">
<h1 class="text-white txt-eco">Contact Us!</h1>
<h4 class="text-white txt-eco">Get in touch with number one eco friendly website!</h4>
</div>
</div>
<div class="container text-center">
<h2>We are available anywhere, everywhere.</h2>
<p>If you'd like to talk with us for partnering purposes or inquiries, send us an email at <i>boingboing@example.org</i>!
<br>If you'd like to make a call, <i>please hang up and try again. If you need help, hang up and then dial your oooooooooperator!</i></p>
<h4>Hold on, this just in!</h4>
<p><strong>If you need real-time support, you can use the world's very first eco-friendly AI language model that doesn't waste water!</strong></p>
<a class="btn btn-primary mb-special" onclick="document.location = '/let_me_explain.html'">Start Chatting!</a>
</div>
<?php include $_SERVER['DOCUMENT_ROOT'].'/components/footer.php' ?>
</body>
</html>