-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (34 loc) · 1.89 KB
/
index.html
File metadata and controls
34 lines (34 loc) · 1.89 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
<!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</title>
<meta name="description" content="The Phoenix Project is a company creating video game mods and music. We were founded in 2017 and are best known for our Software division, which produced Lost and Dead, Half-Life Legacy, and is currently producing Half-Life: Cross Product.">
</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="home-text">
<p>We Make Games & Music.<br>We Are the Phoenix Project.</p>
</div>
<h1>Welcome</h1>
<div class="main-content">
<p>The Phoenix Project is a company creating video game mods and music. We were founded in 2017 and are best known for our Software division, which produced <i>Lost and Dead</i>, <i>Half-Life Legacy</i>, and is currently producing <i>Half-Life: Cross Product</i>.</p>
<a target="_blank" href="/images/maxres/front.jpg"><img class="image-big" src="/images/front.webp" alt="front.webp" width="704" height="396"></a>
<p>We hope you find our website useful. It is continuously being updated, please <a href="/contact.html">contact</a> us if you have any comments or suggestions.</p>
</div>
</div>
</div>
<script id="replace_with_footer" src="/js/footer.js"></script>
</div>
</body>
</html>