-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (27 loc) · 1.21 KB
/
index.html
File metadata and controls
36 lines (27 loc) · 1.21 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="google-site-verification" content="WJ7fORx9QKevEEdHW1Xqa11VYIHaS7E4C1wSdlucGbs" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Hypergiant Entertainment Pty Ltd</title>
<link rel="stylesheet" href="/main.css">
</head>
<div class="top">
<img src="stars.jpg" class="banner">
<div class="header">
<img src="Logo.png">
Hypergiant Entertainment Pty Ltd
</div>
</div>
<div class="center">
<div class="content">
<p>Hypergiant Entertainment Pty Ltd is a indie video game company based in Wollongong Australia. It was started by <a href="www.aussiedwarf.com">Eden Harris</a> who had been meddling with space simulations for a while. He began game development in 2015 and formally created Hypergiant Entertainment Pty Ltd in 2016.
<p>Currently we are making a space simulation engine and game designed to work on PC, Mac, Linux, Mobile and in the Browser.
</div>
</div>
<div class="footer">Copyright 2016-2017 Hypergiant Entertainment Pty Ltd ABN 77 613 468 698</div>
<body>
</body>
</html>