-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (27 loc) · 1.04 KB
/
index.html
File metadata and controls
30 lines (27 loc) · 1.04 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Coming Soon - Nitro 3</title>
<meta name="description" content="Nitro was the beautiful way to get things done.">
<link rel="stylesheet" href="style.css" />
<link rel="shortcut icon" href="/favicon-48x48.png">
</head>
<body>
<header>
<h1><img src="nitro.svg" alt="Nitro 3"></h1>
<p>Nitro was the beautiful way to get things done.</p>
<a class="button" href="https://github.com/nitrotasks/nitro">Source Code</a>
</header>
</div>
<!--End mc_embed_signup-->
<footer><a href="https://dymajo.com">© 2019 DYMAJO Ltd</a></footer>
<script>
var _gaq=[['_setAccount','UA-30446147-1'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
</body>
</html>