Difference between revisions of "Template:KUAS Korea/foot"

 
(6 intermediate revisions by the same user not shown)
Line 20: Line 20:
 
<!-- Channel Plugin Scripts -->
 
<!-- Channel Plugin Scripts -->
 
<script>
 
<script>
   ;window.channelPluginSettings = {
+
   window.channelPluginSettings = {
     "pluginKey": "0d4be548-4339-4442-9cda-6f43cb15e8fd"
+
     "pluginKey": "d4a613df-9550-46b1-abe4-e0c534fe4791", //please fill with your plugin key
 
   };
 
   };
 
   (function() {
 
   (function() {
 +
 +
console.clear();
 +
console.log("%cDesigned by JW Choi", "background: rgba(66,139,202,0.7); color: #ffffff; font-size: x-large");
 +
console.log("%cDeveloped by JW Choi", "background: rgba(66,139,202,0.7); color: #ffffff; font-size: x-large");
 +
console.log("%cjedo0328@gmail.com", "background: rgba(66,139,202,0.7); color: #ffffff; font-size: large");
 +
 +
var metaTag=document.createElement('meta');
 +
metaTag.name = "viewport"
 +
metaTag.content = "width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
 +
document.getElementsByTagName('head')[0].appendChild(metaTag);
 +
 
     var w = window;
 
     var w = window;
    if (w.ChannelIO) {
+
      if (w.ChannelIO) {
 
       return (window.console.error || window.console.log || function(){})('ChannelIO script included twice.');
 
       return (window.console.error || window.console.log || function(){})('ChannelIO script included twice.');
 
     }
 
     }
Line 60: Line 71:
 
   })();
 
   })();
 
</script>
 
</script>
 +
<!-- End Channel Plugin -->
 
</html>
 
</html>

Latest revision as of 07:50, 17 August 2018