You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openNG/views/layout.pug

25 lines
829 B
Plaintext

doctype html
html
head
title OpenNG
link(rel='stylesheet', href='/stylesheets/pure-min.css')
link(rel='stylesheet', href='/stylesheets/style.css')
link(rel='stylesheet', href='/stylesheets/font-awesome.min.css')
link(rel='stylesheet', href='/stylesheets/openng.css')
link(rel='stylesheet', href='//fonts.googleapis.com/css?family=Istok+Web:400,700|Open+Sans:400,700|Varela+Round')
script(src="/js/bundle.js")
body
block content
//canvas.overlay
#mainToolbar
a.pure-button.add.shadow
i.fa.fa-plus
| Create new node
form.search.pure-form.pure-form-inline(method="post", action="/search")
input(name="query", type="text", placeholder="Enter something to search for...")
button.pure-button.search.shadow(type="submit")
i.fa.fa-search
| Search
#logo OpenNG
app