Added logo and minor changes

This commit is contained in:
Esther
2020-06-23 19:18:30 +01:00
parent 164a7246bd
commit 89ac57d469
11 changed files with 38 additions and 28 deletions

View File

@@ -4,9 +4,13 @@ html
meta(http-equiv="content-type" content="text/html; charset=UTF-8")
meta(name="viewport" content="width=device-width, initial-scale=1")
title ESTR // #{title}
title ESTR. // #{title}
meta(name="description" content=description)
link(rel='icon' type='image/png' sizes='32x32' href='/images/favicon-32x32.png')
link(rel='icon' type='image/png' sizes='96x96' href='/images/favicon-96x96.png')
link(rel='icon' type='image/png' sizes='16x16' href='/images/favicon-16x16.png')
link(rel='stylesheet', href='/stylesheets/bootstrap.css')
link(rel='stylesheet', href='/stylesheets/style.css')
body
@@ -37,7 +41,7 @@ html
p © 2020 |
|
|
a(href="/") ESTR//
a(href="/") ESTR.
script(src="/javascript/jquery-3.5.1.min.js")
script(src="/javascript/bootstrap.js")