-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (29 loc) · 1.17 KB
/
index.html
File metadata and controls
30 lines (29 loc) · 1.17 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
<html>
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-36193529-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-36193529-2');
</script>
<title>bitgfx :: games, virtual reality and open-source</title>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Play:700" rel="stylesheet">
</head>
<body>
<div id="container">
<div id="content">
<h1>bitgfx</h1>
<p>
We are a small company who love creating games using the latest technology.
We believe in open-source and are dedicated to contributing back and sharing code.
</p>
<div id="links">
<a target="_blank" href="https://github.com/bitgfx"><img src="github.png" /></a>
<a href="mailto:bitgfx.com@gmail.com"><img src="email.png" /></a>
</div>
</div>
</div>
</body>
</html>