Skip to content

Instantly share code, notes, and snippets.

@ruddfawcett
Last active June 28, 2016 02:32
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 ruddfawcett/c2843a67f526d8308b5bf5710ab26933 to your computer and use it in GitHub Desktop.
Save ruddfawcett/c2843a67f526d8308b5bf5710ab26933 to your computer and use it in GitHub Desktop.
Barbones HTML file
<!DOCTYPE HTML>
<html lang='en'>
<head>
<meta charset='utf-8'>
<title>Title</title>
<link rel='stylesheet' href='assets/styles/index.css'>
</head>
<body>
<script src='js/scripts.js'></script>
</body>
</html>
* {
margin: 0;
padding: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment