-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
81 lines (79 loc) · 2.34 KB
/
index.html
File metadata and controls
81 lines (79 loc) · 2.34 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html>
<head>
<title>Kiln Software</title>
<link rel="stylesheet" href="normalize.css" />
<link rel="stylesheet" href="style.css" />
<script src="https://use.typekit.net/kvn1llu.js"></script>
<script>
try {
Typekit.load({ async: true });
} catch (e) {}
</script>
<script type="text/javascript" src="script.js" async></script>
<!-- Fathom - simple website analytics - https://usefathom.com -->
<script>
(function(f, a, t, h, o, m) {
a[h] =
a[h] ||
function() {
(a[h].q = a[h].q || []).push(arguments);
};
(o = f.createElement("script")),
(m = f.getElementsByTagName("script")[0]);
o.async = 1;
o.src = t;
o.id = "fathom-script";
m.parentNode.insertBefore(o, m);
})(document, window, "https://cdn.usefathom.com/tracker.js", "fathom");
fathom("set", "siteId", "XKADYZXQ");
fathom("trackPageview");
</script>
<!-- / Fathom -->
</head>
<body>
<canvas id="canvas" class="home background"></canvas>
<div class="home content">
<img class="logo" src="kiln-logo-2x.png" />
<p class="blurb">
We're busy working on mind blowing products. Enter your email and we'll
let you know when they're ready.
</p>
<form
action="//software.us10.list-manage.com/subscribe/post?u=8d57b4d89889f8de5a6308c76&id=7e523c73a2"
method="post"
id="mc-embedded-subscribe-form"
name="mc-embedded-subscribe-form"
class="validate"
target="_blank"
novalidate
>
<fieldset>
<input
type="email"
placeholder="Keep up with Kiln..."
name="EMAIL"
class="required email"
id="mce-EMAIL"
/>
<!-- Honey Pot -->
<div style="position: absolute; left: -5000px;" aria-hidden="true">
<input
type="text"
name="b_8d57b4d89889f8de5a6308c76_7e523c73a2"
tabindex="-1"
value=""
/>
</div>
<input
type="submit"
value="SUBSCRIBE"
name="subscribe"
id="mc-embedded-subscribe"
class="button"
/>
</fieldset>
</form>
</div>
</body>
</html>