-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (32 loc) · 1.62 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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Nasqueron | Navigate to Nasqueron</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=D908">
<link rel="icon" type="image/png" href="/favicon-32x32.png?v=D908" sizes="32x32">
<link rel="icon" type="image/png" href="/favicon-16x16.png?v=D908" sizes="16x16">
<link rel="manifest" href="/manifest.json?v=D908">
<link rel="mask-icon" href="/safari-pinned-tab.svg?v=D908" color="#5bbad5">
<link rel="shortcut icon" href="/favicon.ico?v=D908">
<meta name="application-name" content="Nasqueron">
<meta name="apple-mobile-web-app-title" content="Nasqueron">
<meta name="msapplication-TileColor" content="#00aba9">
<meta name="msapplication-TileImage" content="/mstile-144x144.png?v=D908">
<meta name="theme-color" content="#3f8b82">
<link rel="stylesheet" href="/css/foundation.css" />
<link rel="stylesheet" href="/css/app.css" />
<script src="/js/modernizr.js"></script>
</head>
<body class="deepspace">
<div class="homepanel">
<img src="/images/logo.png" alt="Nasqueron" />
<h1>Somewhere hides Nasqueron.</h1>
<h2>This planet hosts the central hub of a budding community of creative people, writers, developers and thinkers.</h2>
<p>Soon, we’ll navigate in this starfield to find this planet.</p>
</div>
<script src="//cdnjs.cloudflare.com/ajax/libs/mousetrap/1.4.6/mousetrap.min.js"></script>
<script src="/js/cover.js"></script>
</body>
</html>