Skip to content

Instantly share code, notes, and snippets.

@mkj-is
Created September 22, 2014 08:23
Show Gist options
  • Save mkj-is/86ed7af85fb212c19736 to your computer and use it in GitHub Desktop.
Save mkj-is/86ed7af85fb212c19736 to your computer and use it in GitHub Desktop.
HTML template
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>---</title>
<meta name="description" content="---">
<meta name="author" content="Matěj Kašpar Jirásek">
<link rel="stylesheet" href="styles.css">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<script src="scripts.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment