Skip to content

Instantly share code, notes, and snippets.

@reinink
Last active September 29, 2015 05:48
Show Gist options
  • Select an option

  • Save reinink/1555875 to your computer and use it in GitHub Desktop.

Select an option

Save reinink/1555875 to your computer and use it in GitHub Desktop.
Base HTML5 document.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<script src="script.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment