Skip to content

Instantly share code, notes, and snippets.

@niko-h
Created June 20, 2013 11:07
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 niko-h/5821903 to your computer and use it in GitHub Desktop.
Save niko-h/5821903 to your computer and use it in GitHub Desktop.
HTML: Base
<!doctype html>
<html>
<head>
<meta charset=utf-8>
<meta name=description content="">
<meta name=viewport content="width=device-width, initial-scale=1">
<title>Untitled</title>
<link rel=stylesheet href="css/style.css">
<link rel=author href="humans.txt">
</head>
<body>
<script src="js/main.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment