Update file/index.html
Browse files- file/index.html +2 -9
file/index.html
CHANGED
|
@@ -5,15 +5,8 @@
|
|
| 5 |
<title>HF Space Test</title>
|
| 6 |
</head>
|
| 7 |
<body>
|
| 8 |
-
<h1
|
| 9 |
-
<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>
|
|
|
|
| 5 |
<title>HF Space Test</title>
|
| 6 |
</head>
|
| 7 |
<body>
|
| 8 |
+
<h1>てすと</h1>
|
| 9 |
+
<p>てすと</p>
|
| 10 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
</body>
|
| 12 |
</html>
|