Spaces:
Running
Running
Create index.html
Browse files- index.html +53 -17
index.html
CHANGED
|
@@ -1,19 +1,55 @@
|
|
| 1 |
-
|
|
|
|
| 2 |
<html>
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
</html>
|
|
|
|
| 1 |
+
|
| 2 |
+
<!DOCTYPE html>
|
| 3 |
<html>
|
| 4 |
+
<head>
|
| 5 |
+
<meta charset="utf-8" />
|
| 6 |
+
<meta name="viewport" content="width=device-width" />
|
| 7 |
+
<meta name="format-detection" content="telephone=no" />
|
| 8 |
+
<link rel="apple-touch-icon" sizes="60x60" href="apple-touch-icon-60x60.png">
|
| 9 |
+
<link rel="apple-touch-icon" sizes="76x76" href="apple-touch-icon-76x76.png">
|
| 10 |
+
<link rel="apple-touch-icon" sizes="120x120" href="apple-touch-icon-120x120.png">
|
| 11 |
+
<link rel="apple-touch-icon" sizes="152x152" href="apple-touch-icon-152x152.png">
|
| 12 |
+
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon-180x180.png">
|
| 13 |
+
<title>Channel Talk</title>
|
| 14 |
+
<link rel="stylesheet" type="text/css" href="style.css" />
|
| 15 |
+
<link rel="stylesheet" type="text/css" href="spinner.css" />
|
| 16 |
+
<link rel="preconnect" href="https://fonts.googleapis.com">
|
| 17 |
+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
| 18 |
+
<link href="https://fonts.googleapis.com/css2?family=Inter:[email protected]&family=Noto+Sans+JP:[email protected]&family=Noto+Sans+KR:[email protected]&display=swap" rel="stylesheet">
|
| 19 |
+
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;600&display=swap" rel="stylesheet">
|
| 20 |
+
<script type="text/javascript">
|
| 21 |
+
(function(e,t){var n=e.amplitude||{_q:[],_iq:{}};var r=t.createElement("script")
|
| 22 |
+
;r.type="text/javascript"
|
| 23 |
+
;r.integrity="sha384-tzcaaCH5+KXD4sGaDozev6oElQhsVfbJvdi3//c2YvbY02LrNlbpGdt3Wq4rWonS"
|
| 24 |
+
;r.crossOrigin="anonymous";r.async=true
|
| 25 |
+
;r.src="https://cdn.amplitude.com/libs/amplitude-8.5.0-min.gz.js"
|
| 26 |
+
;r.onload=function(){if(!e.amplitude.runQueuedFunctions){
|
| 27 |
+
console.log("[Amplitude] Error: could not load SDK")}}
|
| 28 |
+
;var i=t.getElementsByTagName("script")[0];i.parentNode.insertBefore(r,i)
|
| 29 |
+
;function s(e,t){e.prototype[t]=function(){
|
| 30 |
+
this._q.push([t].concat(Array.prototype.slice.call(arguments,0)));return this}}
|
| 31 |
+
var o=function(){this._q=[];return this}
|
| 32 |
+
;var a=["add","append","clearAll","prepend","set","setOnce","unset","preInsert","postInsert","remove"]
|
| 33 |
+
;for(var c=0;c<a.length;c++){s(o,a[c])}n.Identify=o;var u=function(){this._q=[]
|
| 34 |
+
;return this}
|
| 35 |
+
;var l=["setProductId","setQuantity","setPrice","setRevenueType","setEventProperties"]
|
| 36 |
+
;for(var p=0;p<l.length;p++){s(u,l[p])}n.Revenue=u
|
| 37 |
+
;var d=["init","logEvent","logRevenue","setUserId","setUserProperties","setOptOut","setVersionName","setDomain","setDeviceId","enableTracking","setGlobalUserProperties","identify","clearUserProperties","setGroup","logRevenueV2","regenerateDeviceId","groupIdentify","onInit","logEventWithTimestamp","logEventWithGroups","setSessionId","resetSessionId"]
|
| 38 |
+
;function v(e){function t(t){e[t]=function(){
|
| 39 |
+
e._q.push([t].concat(Array.prototype.slice.call(arguments,0)))}}
|
| 40 |
+
for(var n=0;n<d.length;n++){t(d[n])}}v(n);n.getInstance=function(e){
|
| 41 |
+
e=(!e||e.length===0?"$default_instance":e).toLowerCase()
|
| 42 |
+
;if(!Object.prototype.hasOwnProperty.call(n._iq,e)){n._iq[e]={_q:[]};v(n._iq[e])
|
| 43 |
+
}return n._iq[e]};e.amplitude=n})(window,document);
|
| 44 |
+
</script>
|
| 45 |
+
</head>
|
| 46 |
+
<body>
|
| 47 |
+
<div id="electron-windows-controller"></div>
|
| 48 |
+
<div id="main">
|
| 49 |
+
<div id="first-loader">
|
| 50 |
+
<div id="first-spinner"></div>
|
| 51 |
+
</div>
|
| 52 |
+
</div>
|
| 53 |
+
<script type="text/javascript" src="bundle.js" charset="utf-8"></script>
|
| 54 |
+
</body>
|
| 55 |
</html>
|