Skip to content

Instantly share code, notes, and snippets.

@howar31
Created July 9, 2017 08:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save howar31/ec2c88858792b120a1cf51cf1adf5488 to your computer and use it in GitHub Desktop.
Save howar31/ec2c88858792b120a1cf51cf1adf5488 to your computer and use it in GitHub Desktop.
Basic HTML5 Template
<!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>
@howar31
Copy link
Author

howar31 commented Jul 9, 2017

Some frequent-used js libraries hosted by Google
https://developers.google.com/speed/libraries/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment