Skip to content

Instantly share code, notes, and snippets.

@ConnectedReasoning
Created October 17, 2017 14:18
Show Gist options
  • Save ConnectedReasoning/128bbc0cbaaaed4e585f15fc587b570e to your computer and use it in GitHub Desktop.
Save ConnectedReasoning/128bbc0cbaaaed4e585f15fc587b570e to your computer and use it in GitHub Desktop.
HTML5 Bare Bones
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<script src="js/scripts.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment