soiz1 commited on
Commit
675d455
·
verified ·
1 Parent(s): 47552c0

Create index.html

Browse files
Files changed (1) hide show
  1. index.html +53 -17
index.html CHANGED
@@ -1,19 +1,55 @@
1
- <!doctype html>
 
2
  <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>