-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
50 lines (44 loc) · 1.59 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
44
45
46
47
48
49
50
<!DOCTYPE HTML>
<html>
<head>
<title>truthy software to help you do your job easier | double not</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="javascript as a service | double not" />
<meta name="keywords" content="javascript, node.js, js as a service, jsaas, js" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#3D474F" />
<link rel="stylesheet" href="css/double-not.css" />
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-wide.css" />
<script src="js/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/init.js"></script>
</head>
<body>
<!-- Header -->
<div id="header">
<a href="http://www.doublenot.co/" class="logo-link"><span class="logo icon dn-icon-logo"></span></a>
<h1>double not</h1>
<p>truthy software to help you do your job easier</p>
</div>
<!-- Footer -->
<div id="footer">
<div class="container small">
<footer class="major container small">
<ul class="actions">
<li><a href="mailto:[email protected]" class="button">contact</a></li>
</ul>
</footer>
<ul class="copyright">
<li>© 2025 Double Not LLC. All rights reserved.</li>
</ul>
</div>
</div>
</body>
</html>
<!--
Directive by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->