diff --git a/templates/header.shs b/templates/header.shs index dd180ff..e34cff1 100644 --- a/templates/header.shs +++ b/templates/header.shs @@ -2,7 +2,7 @@ declare -A strings_ -echo "
" +echo "
" # TODO: move this to a *real* template # we'll need to figure out conditional templates first tho diff --git a/webroot/css/style.css b/webroot/css/style.css new file mode 100644 index 0000000..a6cf4ac --- /dev/null +++ b/webroot/css/style.css @@ -0,0 +1,3 @@ +* { + font-family: sans-serif; +}