This repository has been archived by the owner on May 30, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (41 loc) · 1.98 KB
/
index.html
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>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>SpaceAge</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-dark.css">
<script src="javascripts/scale.fix.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>SpaceAge</h1>
<p>(Coming Soon™)</p>
<!--<p class="view"><a href="https://github.com/spaceage-gm">View the Project on GitHub <small>spaceage-gm</small></a></p>
<ul><li class="single"><a href="https://github.com/spaceage-gm/spaceage-gm.github.io">View On <strong>GitHub</strong></a></li></ul>-->
</header>
<section>
<h1><a id="what-is-spaceage" class="anchor" href="#what-is-spaceage" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>What is SpaceAge</h1>
<p>Ever wanted to use the amazing sandbox capabilities of Garry's Mod to achieve an objective? That's what SpaceAge is about! We allow you to use your sandbox creativity to build mining craft, go to space, and compete against other players.</p>
</section>
</div>
<footer>
<p>Hosted on <a href="https://pages.github.com/">GitHub Pages</a> — Theme by <a href="https://github.com/orderedlist">orderedlist</a></p>
</footer>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-76796915-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>