-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (65 loc) · 2.05 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
57
58
59
60
61
62
63
64
65
<!doctype html>
<html lang="">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/pages/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<html data-theme="corporate"></html>
<title>Law Firm</title>
<script>
;(function (C, A, L) {
let p = function (a, ar) {
a.q.push(ar)
}
let d = C.document
C.Cal =
C.Cal ||
function () {
let cal = C.Cal
let ar = arguments
if (!cal.loaded) {
cal.ns = {}
cal.q = cal.q || []
d.head.appendChild(d.createElement('script')).src = A
cal.loaded = true
}
if (ar[0] === L) {
const api = function () {
p(api, arguments)
}
const namespace = ar[1]
api.q = api.q || []
if (typeof namespace === 'string') {
cal.ns[namespace] = cal.ns[namespace] || api
p(cal.ns[namespace], ar)
p(cal, ['initNamespace', namespace])
} else p(cal, ar)
return
}
p(cal, ar)
}
})(window, 'https://app.cal.com/embed/embed.js', 'init')
Cal('init')
</script>
<script type="module" crossorigin src="/pages/assets/index-BO4z3gJw.js"></script>
<link rel="stylesheet" crossorigin href="/pages/assets/index-B0MDFXSG.css">
</head>
<body>
<div id="app"></div>
<!-- Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API = Tawk_API || {},
Tawk_LoadStart = new Date()
;(function () {
var s1 = document.createElement('script'),
s0 = document.getElementsByTagName('script')[0]
s1.async = true
s1.src = 'https://embed.tawk.to/67ae2ed2825083258e14c2c3/1ik06dpsd'
s1.charset = 'UTF-8'
s1.setAttribute('crossorigin', '*')
s0.parentNode.insertBefore(s1, s0)
})()
</script>
<!--End of Tawk.to Script -->
</body>
</html>