-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (53 loc) · 2.11 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
51
52
53
54
55
56
<!DOCTYPE html>
<meta charset="utf-8">
<title>Scalethat</title>
<meta name="viewport" content="width=device-width">
<link rel="icon" href="/brand/icon.64.png">
<link rel="stylesheet" href="//rsms.me/inter/inter-ui.css">
<link rel="stylesheet" href="/style.css">
<img src="/brand/icon.svg">
<h1>Scalethat</h1>
<p>Fast & simple web portals. Starting at $314.15. Optional subscription-based hosting. 6+ years of experience building websites. </p>
<p>We believe you should own your own website. You own the code. You own the domain. Cancel anytime. </p>
<p>Don't need a web portal? We also offer tech support services. </p>
<p>
<a href="calculator">Cost calculator</a>
•
<a href="https://twitter.com/scalethat">Twitter</a>
•
<a href="#" onclick="drift.api.openChat(); return false">Drop a message</a>
•
<a href="mailto:[email protected]">Email us</a>
</p>
<footer>
<p>© 2020 Scalethat Pte. Ltd. (ACRA: 201801750N)</p>
</footer>
<script>
if (window.location.hostname == "scalethat.makerforce.io") {
window.location.href = "https://scalethat.net";
}
</script>
<!-- Start of Async Drift Code -->
<script>
!function() {
var t;
if (t = window.driftt = window.drift = window.driftt || [], !t.init) return t.invoked ? void (window.console && console.error && console.error("Drift snippet included twice.")) : (t.invoked = !0,
t.methods = [ "identify", "config", "track", "reset", "debug", "show", "ping", "page", "hide", "off", "on" ],
t.factory = function(e) {
return function() {
var n;
return n = Array.prototype.slice.call(arguments), n.unshift(e), t.push(n), t;
};
}, t.methods.forEach(function(e) {
t[e] = t.factory(e);
}), t.load = function(t) {
var e, n, o, i;
e = 3e5, i = Math.ceil(new Date() / e) * e, o = document.createElement("script"),
o.type = "text/javascript", o.async = !0, o.crossorigin = "anonymous", o.src = "https://js.driftt.com/include/" + i + "/" + t + ".js",
n = document.getElementsByTagName("script")[0], n.parentNode.insertBefore(o, n);
});
}();
drift.SNIPPET_VERSION = '0.3.1';
drift.load('4e93dvkipgf8');
</script>
<!-- End of Async Drift Code -->