-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
43 lines (43 loc) · 1.68 KB
/
contact.html
File metadata and controls
43 lines (43 loc) · 1.68 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="robots" content="index, follow">
<meta name="viewport" content="width=920">
<link rel="icon" type="image/x-icon" href="/favicon.ico" media="(prefers-color-scheme:no-preference)"/>
<link rel="icon" type="image/x-icon" href="/favicon-dark.ico" media="(prefers-color-scheme:dark)"/>
<link rel="icon" type="image/x-icon" href="/favicon.ico" media="(prefers-color-scheme:light)"/>
<link rel="stylesheet" href="/css/styles.min.css"/>
<title>The Phoenix Project - Contact</title>
<meta name="description" content="Do you have a question, comment, or concern and want to reach out?">
</head>
<body>
<div id="container">
<script id="replace_with_header" src="/js/header.js"></script>
<div id="content">
<script id="replace_with_sidebar" src="/js/sidebar.js"></script>
<div id="main">
<div id="page-banner">
<div id="page-desc">
<h6>Contact</h6>
<hr>
<p>Do you have a question, comment, or concern and want to reach out?</p>
</div>
<div id="page-thumbnail">
<img src="/images/contact.webp" alt="contact.webp" width="300" height="250"/>
</div>
</div>
<h1>Get in Touch</h1>
<div class="main-content">
<p>Do you have a question, comment, or concern and want to reach out? You can shoot us an email at:</p>
<ul>
<li><a target="_blank" href="mailto:support@phoenixproject.cc">support@phoenixproject.cc</a></li>
</ul>
<p>Please do not solicit us with unnecessary emails and/or spam, thank you.</p>
</div>
</div>
</div>
<script id="replace_with_footer" src="/js/footer.js"></script>
</div>
</body>
</html>