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