generated from antfu-collective/vitesse-lite
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
85 lines (80 loc) · 4.69 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!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, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
<link rel="canonical" href="https://voxo.co">
<link rel="icon" href="https://global-app.s3.amazonaws.com/omnia-assets/themes/voxo/favicon.ico" type="image">
<title>VOXO - Simply Communicate</title>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<meta name="apple-mobile-web-app-title" content="VOXO">
<meta name="apple-touch-fullscreen" content="yes">
<link rel="apple-touch-icon" sizes="180x180" href="https://global-app.s3.amazonaws.com/omnia-assets/themes/voxo/favicon-180.png">
<link rel="icon" type="image/png" sizes="196x196" href="https://global-app.s3.amazonaws.com/omnia-assets/themes/voxo/favicon-192.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://global-app.s3.amazonaws.com/omnia-assets/themes/voxo/favicon-32.png">
<link rel="icon" type="image/png" sizes="96x96" href="https://global-app.s3.amazonaws.com/omnia-assets/themes/voxo/favicon-96.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://global-app.s3.amazonaws.com/omnia-assets/themes/voxo/favicon-16.png">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="https://global-app.s3.amazonaws.com/omnia-assets/themes/voxo/favicon-144.png">
<!-- Search Engine -->
<meta name="description" content="Simply Communicate">
<meta name="keywords" content="voip, hosted pbx, sip trunks, telecom, phone systems">
<meta name="author" content="VOXO">
<meta name="image" content="https://voxo.co/assets/images/preview.jpg">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="VOXO - Simply Communicate">
<meta name="twitter:description" content="Simply Communicate">
<meta name="twitter:site" content="@voxollc">
<meta name="twitter:creator" content="@voxollc">
<meta name="twitter:image" content="https://voxo.co/assets/images/preview.png">
<!-- Open Graph general (Facebook, Pinterest & Google+) -->
<meta name="og:title" content="VOXO - Simply Communicate">
<meta name="og:description" content="Simply Communicate">
<meta name="og:image" content="https://voxo.co/assets/images/preview.png">
<meta name="og:url" content="https://voxo.co">
<meta name="og:site_name" content="VOXO - Simply Communicate">
<meta name="og:type" content="website">
<meta property="og:title" content="VOXO - Simply Communicate">
<meta property="og:description" content="Simply Communicate">
<meta property="og:image" content="https://voxo.co/assets/images/preview.png">
<meta property="og:url" content="https://voxo.co">
<meta property="og:site_name" content="VOXO">
<meta property="og:type" content="website">
<script type="text/javascript" src="https://secure.agilecompanyintelligence.com/js/269942.js" ></script>
<!-- Start of HubSpot Embed Code -->
<!-- <script type="text/javascript" id="hs-script-loader" async defer src="//js-na1.hs-scripts.com/45772329.js"></script>-->
<!-- End of HubSpot Embed Code -->
<noscript><img alt="" src="https://secure.agilecompanyintelligence.com/269942.png" style="display:none;" /></noscript>
</head>
<body>
<div id="app"></div>
<script>
(function() {
const prefersDark = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches
const setting = localStorage.getItem('color-schema') || 'auto'
if (setting === 'dark' || (prefersDark && setting !== 'light'))
document.documentElement.classList.toggle('dark', true)
})()
</script>
<script type="module" src="/src/main.ts"></script>
<script>
window.intercomSettings = {
app_id: 'yzwhns7b',
custom_launcher_selector: '#intercomPopup',
}
</script>
<script>
// We pre-filled your app ID in the widget URL: 'https://widget.intercom.io/widget/yzwhns7b'
(function() {
const w = window; const ic = w.Intercom; if (typeof ic === 'function') { ic('reattach_activator'); ic('update', w.intercomSettings) }
else {
const d = document; var i = function() { i.c(arguments) }; i.q = []; i.c = function(args) { i.q.push(args) }; w.Intercom = i; const l = function() { const s = d.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = 'https://widget.intercom.io/widget/yzwhns7b'; const x = d.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x) }; if (w.attachEvent) w.attachEvent('onload', l)
else w.addEventListener('load', l, false)
}
})()
</script>
</body>
</html>