Add link for about page

main
sudoer777 2021-11-26 23:09:05 -07:00
parent c3d5447ce0
commit 63ab6e41ac
2 changed files with 8 additions and 0 deletions

View File

@ -54,4 +54,9 @@ input {
padding: 1em; padding: 1em;
margin-bottom: 3em; margin-bottom: 3em;
border-radius: .25em; border-radius: .25em;
}
#about-footer {
margin-top: 3em;
text-align: center;
} }

View File

@ -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")