Skip to content

Instantly share code, notes, and snippets.

@alecourtes
Forked from ukracing/gist:6125139
Last active August 29, 2015 14:26
Show Gist options
  • Select an option

  • Save alecourtes/0c89e519134db6d59937 to your computer and use it in GitHub Desktop.

Select an option

Save alecourtes/0c89e519134db6d59937 to your computer and use it in GitHub Desktop.
HTML : HTML5 Skeleton
<!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