Created
July 17, 2018 15:26
-
-
Save anisur3036/4364e182925f6bcdc6d282a431cb9446 to your computer and use it in GitHub Desktop.
html5-starter-tmpl
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> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
<title></title> | |
<meta name="description" content=""> | |
<meta name="author" content=""> | |
<!-- Mobile viewport optimized: j.mp/bplateviewport --> | |
<meta name="viewport" content="width=device-width,initial-scale=1"> | |
<link rel="stylesheet" href="css/style.css"> | |
<script src="js/libs/modernizr-2.0.6.min.js"></script> | |
</head> | |
<body> | |
<script src="//ajax.googleapis.com/ajax/libs/jquery/3.2.0/jquery.min.js"></script> | |
<script>window.jQuery || document.write('<script src="js/libs/jquery.min.js"><\/script>')</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment