Difference between revisions of "Template:KAIT JAPAN"

Line 1: Line 1:
 
<html>
 
<html>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+
<script>
 +
/*generate viewport meta tag*/
 +
 
 +
var meta = document.createElement('meta');
 +
meta.setAttribute('name', 'viewport');
 +
meta.setAttribute('content', 'width=device-width,initial-scale=1.0');
 +
document.getElementsByTagName('head')[0].appendChild(meta);
 +
</script>
 +
 
 
<style>/*!
 
<style>/*!
 
  * Bootstrap v4.0.0-beta (https://getbootstrap.com)
 
  * Bootstrap v4.0.0-beta (https://getbootstrap.com)

Revision as of 17:57, 20 October 2017