-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (41 loc) · 1.78 KB
/
index.html
File metadata and controls
44 lines (41 loc) · 1.78 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>BitBot Limited</title>
<link rel="stylesheet" href="/css/style.css">
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="google-site-verification" content="hiM56YpWcjmTX8vsMyjQlVASGwb8bCduGbrAMjssJ4E" />
</head>
<body>
<header>
<h1><a href="http://www.bitbot.co.nz/" title="BitBot Limited">BitBot Limited</a></h1>
</header>
<section id="content">
<ul>
<li class="github"><a href="https://github.com/bitbotnz/" title="GitHub">GitHub</a></li>
<li class="twitter"><a href="https://twitter.com/bitbot_nz/" title="Twitter">Twitter</a></li>
<li class="email"><a id="email-link" href="mailto:hello[at]bitbot[dot]co[dot]nz" title="Email">Email</a></li>
</ul>
</section>
<footer>Copyright 2013-2019 © BitBot Limited</footer>
<script type="text/javascript">
window.onload = function() {
var email_link = document.getElementById('email-link');
email_link.href = email_link.href.replace(/\[at\]/g, '@').replace(/\[dot\]/g, '.');
};
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-39962209-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>