Skip to content

Instantly share code, notes, and snippets.

@reinislejnieks
Last active June 13, 2017 09:22
Show Gist options
  • Save reinislejnieks/2133996 to your computer and use it in GitHub Desktop.
Save reinislejnieks/2133996 to your computer and use it in GitHub Desktop.
html starting template #html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>HTML5 template</title>
<meta name="" content="">
<meta name="author" content="Reinis Lejnieks">
<link rel="stylesheet" href="css/styles.css">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<script src="js/scripts.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment