Created
July 9, 2017 08:47
-
-
Save howar31/ec2c88858792b120a1cf51cf1adf5488 to your computer and use it in GitHub Desktop.
Basic HTML5 Template
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 lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Basic HTML5 Template</title> | |
<meta name="description" content="Basic HTML5 Template"> | |
<meta name="author" content="Howar31"> | |
<link rel="stylesheet" href="css/index.css?v=1.0"> | |
<!--[if lt IE 9]> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script> | |
<![endif]--> | |
</head> | |
<body> | |
<script src="js/index.js?v=1.0"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some frequent-used js libraries hosted by Google
https://developers.google.com/speed/libraries/