nodejs-boilerplate/views/layout.pug

25 lines
632 B
Plaintext

doctype
html(lang='de')
head
meta(charset='utf8')
meta(name='viewport', content='width=device-width, initial-scale=1.0')
meta(title='NodeJS Boilerplate')
meta(description='Use me for your Projects')
base(href='/')
title NodeJS Boilerplate
link(rel='stylesheet', href='/css/main.css')
body(data-spy="scroll" class="pushable" style="height:90vh")
header
h1 NodeJS Boilerplate
p You can use this Boilerplate for yourself
main
block body
footer
h3 Get me on
a(href="https://github.com/wieerwill/nodejs-boilerplate") Github
script(src='js/index.js')