-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (31 loc) · 1.82 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial scale=1, user-scalable=no">
<!-- <link rel="icon" href="favicon here"> -->
<title>Horizon Launcher</title>
<link rel="stylesheet" href="css/normalize.css">
<link href='https://fonts.googleapis.com/css?family=Roboto:100,300,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/menu.css">
<link rel="stylesheet" href="css/core.css">
<script>!function(e,t,a,n,c,s,o){e.GoogleAnalyticsObject=c,e[c]=e[c]||function(){(e[c].q=e[c].q||[]).push(arguments)},e[c].l=1*new Date,s=t.createElement(a),o=t.getElementsByTagName(a)[0],s.async=1,s.src=n,o.parentNode.insertBefore(s,o)}(window,document,"script","https://www.google-analytics.com/analytics.js","ga"),ga("create","UA-73427200-1","auto"),ga("send","pageview");</script>
</head>
<body>
<!-- Main Page -->
<div class="logo clearfix">
<span id="logo"></span>
</div>
<div class="container" id="notfound">
<div class="clearfix">
<div class="column alpha">
<h1>Hey there.</h1>
<p>Horizon Launcher is currently going under a restructure, rebrand, and redesign period. More information about the future of the project will be released soon. Check this page or our <a href="http://twitter.com/LauncherHorizon">Twitter (@LauncherHorizon)</a> soon for more details as they are released.</p>
<p style="font-size: 1.5em">-- LaunchHorizon Team, 10/17/2016</p>
</div>
</div>
</div>
<!-- End Main Page -->
</body>
</html>