Add link for about page
parent
c3d5447ce0
commit
63ab6e41ac
|
@ -55,3 +55,8 @@ input {
|
||||||
margin-bottom: 3em;
|
margin-bottom: 3em;
|
||||||
border-radius: .25em;
|
border-radius: .25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#about-footer {
|
||||||
|
margin-top: 3em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
|
@ -19,5 +19,8 @@ html
|
||||||
button#login-button Log in
|
button#login-button Log in
|
||||||
h1 #{title}
|
h1 #{title}
|
||||||
block content
|
block content
|
||||||
|
div#about-footer
|
||||||
|
a(href="/about") Help/About
|
||||||
|
|
||||||
block scripts
|
block scripts
|
||||||
script(src='/scripts/main.js' type="module")
|
script(src='/scripts/main.js' type="module")
|
||||||
|
|
Reference in New Issue