-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (38 loc) · 1.88 KB
/
index.html
File metadata and controls
47 lines (38 loc) · 1.88 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=GT-PJ7H47S"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'GT-PJ7H47S');
</script>
<title>ClutterApp, LLC</title>
<meta http-equiv="X-UA-Compatible" content="chrome=1"/>
<meta name="author" content="Slippy Douglas"/>
<meta name="description" content="website of the ClutterApp, LLC legal entity"/>
<meta name="keywords" content="ClutterApp, ClutterApp LLC, personal organizer, web app, open source Slippy Douglas"/>
<link href="style/reset.css" media="all" rel="stylesheet" type="text/css"/>
<link href="style/page-layout.css" media="all" rel="stylesheet" type="text/css"/>
<link href="style/clutterappy.css" media="all" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="page-wrap"><!-- Page Wrapper -->
<div id="page-bg" class="bg"><!-- Page Background --></div>
<div id="page-base" class="base"><!-- Page Base -->
<div id="page-head" class="head"><!-- Page Header -->
</div>
<div id="page-cont" class="cont"><!-- Page Content -->
<h1>Perhaps you were looking <a href="http://clutterapp.github.io/clutterapp/">for this</a>?</h1>
</div>
</div>
<div id="page-foot" class="foot"><!-- Page Footer -->
<div class="back"><div class="oversized"><div class="effects"></div></div></div>
<div class="cont">
<p><img src="media/logo.clutterapp.wh-or-tr.dark-glow.90x17.png" width="90" height="17" alt="ClutterApp" style="margin-top: -8px;"/> is a <a href="http://slippydouglas.com/"><img src="media/logo.slippydouglas.shadowed-plastic.wh.h21.png" width="138" height="21" alt="Slippy Douglas" style="margin: -2px -3px 0 -4px;"/></a> production.</p>
</div>
</div>
</div>
</body>
</html>