Skip to content

Instantly share code, notes, and snippets.

@vsim1964
Last active April 12, 2023 11:12
Show Gist options
  • Save vsim1964/68db665d47b42dcc3a8ecf5ea6b94d70 to your computer and use it in GitHub Desktop.
Save vsim1964/68db665d47b42dcc3a8ecf5ea6b94d70 to your computer and use it in GitHub Desktop.
pug
doctype html
html(lang="en")
head
meta(charset="UTF-8")
meta(name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no")
title Document
link(rel="stylesheet", href="css/style.css")
body
header.header
.container
.header__flex
.header__logo.logo
.logo__title
nav.header__nav
ul
li: a(href="")
li: a(href="")
li: a(href="")
main.main
.container
footer.footer
.container
script(src="js/script.js")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment