Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created May 27, 2016 01:50
Show Gist options
  • Save goofmint/f073cbefb2e36bbaf8cf5a73c5e6f58c to your computer and use it in GitHub Desktop.
Save goofmint/f073cbefb2e36bbaf8cf5a73c5e6f58c to your computer and use it in GitHub Desktop.
hifive grid demo base
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" />
<meta name="viewport" content="width=device-width">
<!-- IE8以下なら1系、それ以外なら2系のjQueryを使用する -->
<!--[if lt IE 9]>
<script src="lib/jquery/jquery-1.11.1.js"></script>
<![endif]-->
<!--[if gte IE 9]><!-->
<script src="lib/jquery/jquery-2.1.1.js"></script>
<!--<![endif]-->
<link rel="stylesheet" href="lib/bootstrap/3.3.2/css/bootstrap.min.css">
<link rel="stylesheet" href="lib/hifive/h5.css" />
<script src="lib/bootstrap/3.3.2/js/bootstrap.min.js"></script>
<script src="lib/hifive/ejs-h5mod.js"></script>
<script src="lib/hifive/h5.dev.js"></script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment