Skip to content

Instantly share code, notes, and snippets.

@robjtede
Last active October 7, 2017 18:02
Show Gist options
  • Save robjtede/c1817728022a1b4872fbfc70c03ba010 to your computer and use it in GitHub Desktop.
Save robjtede/c1817728022a1b4872fbfc70c03ba010 to your computer and use it in GitHub Desktop.
Blank file templates
<!DOCTYPE html>
<html>
<head>
<title>html boilerplate</title>
<!-- Meta Tags -->
<meta charset="utf-8">
<!-- HTML Imports -->
<!-- Styles -->
<!-- Scripts -->
</head>
<body>
</body>
</html>
html
head
title pug boilerplate
//- Meta Tags
meta(charset="utf-8")
//- HTML Imports
//- Styles
//- Scripts
body
block main
h1 pug boilerplate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment