Skip to content

Instantly share code, notes, and snippets.

@zimtimgetriebe
Created September 6, 2015 14:30
Show Gist options
  • Save zimtimgetriebe/d60629af8398b3430578 to your computer and use it in GitHub Desktop.
Save zimtimgetriebe/d60629af8398b3430578 to your computer and use it in GitHub Desktop.
Html5 Starter Template
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>title</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<!-- content -->
<!-- scripts -->
<script src="js/"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment