Skip to content

Instantly share code, notes, and snippets.

@muthhukumar
Created September 4, 2020 09:58
Show Gist options
  • Save muthhukumar/10681530cfee93a189bc715d92b80a4a to your computer and use it in GitHub Desktop.
Save muthhukumar/10681530cfee93a189bc715d92b80a4a to your computer and use it in GitHub Desktop.
Pug starter boilerplate
doctype html
html
head
meta(charset='utf-8')
meta(http-equiv='X-UA-Compatible', content='IE=edge,chrome=1')
meta(name='description', content='')
meta(name='viewport', content='width=device-width, initial-scale=1')
title= title
link(rel='stylesheet', href='/stylesheets/style.css')
link(rel='stylesheet', href='/stylesheets/main.css')
link(rel="icon", href="favicon.svg")
body
block content
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment