Skip to content

Instantly share code, notes, and snippets.

View yabjames's full-sized avatar

James Yab yabjames

View GitHub Profile
@yabjames
yabjames / boiler.pug
Last active December 15, 2020 00:58
Creates a boilerplate for pug html
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
link(rel="stylesheet" href="./public/styles.css")
body