Skip to content

Instantly share code, notes, and snippets.

@tlcheah2
Created July 24, 2019 15:13
Show Gist options
  • Save tlcheah2/12c63f27b3180f25ec36d45338a6207b to your computer and use it in GitHub Desktop.
Save tlcheah2/12c63f27b3180f25ec36d45338a6207b to your computer and use it in GitHub Desktop.
Quote HTML Pug Template
h1 Quote of The Day
h3 List of Quotes that we crawled
p Refresh every minute and you will saw a new quote
ul
- for (var x = 0; x < quotes.length; x++)
li #{quotes[x]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment