-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (55 loc) · 2.71 KB
/
index.html
File metadata and controls
65 lines (55 loc) · 2.71 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Time Tracking without the effort">
<meta name="author" content="Will Laurance">
<link rel="shortcut icon" href="/favicon.png">
<title>Tempus</title>
<!-- Bootstrap core CSS -->
<link href="/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="/jumbotron-narrow.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="header">
<h3 class="text-muted">Tempus</h3>
</div>
<div class="jumbotron">
<h1>Time Tracking Without Effort</h1>
<p class="lead">Stop wasting time. Subscribe for product updates and beta testing.</p>
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<form action="http://t3mp.us5.list-manage1.com/subscribe/post?u=06c062582bdb804f42ab72afb&id=f3a6f09597" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<input style="text-align:center" type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<br/>
<br/>
<div style="position: absolute; left: -5000px;"><input type="text" name="b_06c062582bdb804f42ab72afb_f3a6f09597" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="btn btn-success"></div>
</form>
</div>
<!--End mc_embed_signup-->
</div>
<div class="footer">
<p class="text-center">© WSOFT LLC <span id="footer-year"></span>. Open source powered by <a href="https://github.com/t3mpus">Github</a></p>
<script type="text/javascript">
var yearSpan = document.getElementById("footer-year");
var year = new Date().getFullYear();
yearSpan.textContent = year;
</script>
</div>
</div> <!-- /container -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-47343332-1', 't3mp.us');
ga('send', 'pageview');
</script>
</body>
</html>