start with css styles

This commit is contained in:
Tom Raithel
2017-02-10 17:06:47 +01:00
parent d93694ce5c
commit 54ecb46956
5 changed files with 18 additions and 12 deletions

View File

@@ -3,13 +3,12 @@ html
head
title #{title} - AOE Tech Radar
link(rel='stylesheet', href='/styles.css')
h3
a(href='/') AOE Tech Radar
hr
body
block content
block scripts
script(src='/bundle.js')
.page
.header
a(href='/')
img(src='/assets/logo.svg')
block content
block scripts
script(src='/bundle.js')