-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.html
22 lines (22 loc) · 874 Bytes
/
go.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!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="stylesheet" href="/css/foundation.css" />
<link rel="stylesheet" href="/css/app.css" />
<script src="/js/modernizr.js"></script>
</head>
<body class="auroraborealis">
<header id="logo"><img src="/images/logo-white.png" alt="Nasqueron" /></header>
<div id="line">
<div id="smartbar">
<input type="text" id="entry" placeholder="Command line or search">
</div>
</div>
<script src="//cdnjs.cloudflare.com/ajax/libs/mousetrap/1.4.6/mousetrap.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/dojo/1.9.2/dojo/dojo.js"></script>
<script src="/js/app.js"></script>
</body>
</html>