Update file/index.html
Browse files- file/index.html +8 -0
file/index.html
CHANGED
|
@@ -7,5 +7,13 @@
|
|
| 7 |
<body>
|
| 8 |
<h1>Hello Hugging Face Spaces 🚀</h1>
|
| 9 |
<p>/file/index.html が表示されています</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
</body>
|
| 11 |
</html>
|
|
|
|
| 7 |
<body>
|
| 8 |
<h1>Hello Hugging Face Spaces 🚀</h1>
|
| 9 |
<p>/file/index.html が表示されています</p>
|
| 10 |
+
|
| 11 |
+
<script>
|
| 12 |
+
(function(){var w=window;if(w.ChannelIO){return w.console.error("ChannelIO script included twice.");}var ch=function(){ch.c(arguments);};ch.q=[];ch.c=function(args){ch.q.push(args);};w.ChannelIO=ch;function l(){if(w.ChannelIOInitialized){return;}w.ChannelIOInitialized=true;var s=document.createElement("script");s.type="text/javascript";s.async=true;s.src="https://cdn.channel.io/plugin/ch-plugin-web.js";var x=document.getElementsByTagName("script")[0];if(x.parentNode){x.parentNode.insertBefore(s,x);}}if(document.readyState==="complete"){l();}else{w.addEventListener("DOMContentLoaded",l);w.addEventListener("load",l);}})();
|
| 13 |
+
|
| 14 |
+
ChannelIO('boot', {
|
| 15 |
+
"pluginKey": "ff243f6b-7fa0-4afe-8d24-bee3906a5c5c"
|
| 16 |
+
});
|
| 17 |
+
</script>
|
| 18 |
</body>
|
| 19 |
</html>
|