hifive grid demo base
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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