forked from wille/relayawards
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.php
20 lines (19 loc) · 968 Bytes
/
contact.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php
$title = "Contact - RelayAwards";
require_once "header.php";
?>
<center>
<h2>Contact</h2>
</br>
<img src="images/static/chloe.png">
</br></br>
<i class="fa fa-envelope" aria-hidden="true"></i> [email protected] </br>
<i class="fa fa-twitter" aria-hidden="true"></i> <a href="https://twitter.com/dotchloe"> @dotchloe </a></br>
<i class="fa fa-github" aria-hidden="true"></i> <a href="https://github.com/intchloe"> intchloe </a>
</br></br></br>
<a href="https://redpois0n.com"><img src="images/static/red.png" width=150px height=150px></a>
<i class="fa fa-envelope" aria-hidden="true"></i> [email protected] </br>
<i class="fa fa-github" aria-hidden="true"></i> <a href="https://github.com/redpois0n"> redpois0n </a>
</center>
</body>
</html>