Skip to content

Instantly share code, notes, and snippets.

@colinrubbert
Created October 10, 2017 23:34
Show Gist options
  • Save colinrubbert/6cbed7b525caf24da58372ded2729979 to your computer and use it in GitHub Desktop.
Save colinrubbert/6cbed7b525caf24da58372ded2729979 to your computer and use it in GitHub Desktop.
Emmet Defualt HTML Boilerplate
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment