aboutsummaryrefslogtreecommitdiff
path: root/public/templates
Commit message (Collapse)AuthorAgeFilesLines
* Fix CI test in sh upload scriptKevin J Hoerr2021-09-241-1/+1
|
* Tweaks and FixesKevin J Hoerr2021-09-211-1/+1
| | | | | | | - Change default port for Dockerfile to 80 - Use cobertura for coverage report :) - Add starter data for .devcontainer - Add FORMAT var for sh script (*needs change)
* Optify SSL info for script on index.htmlKevin J Hoerr2021-09-171-1/+1
|
* #14 Changed /bash file to /shKevin J Hoerr2021-09-172-11/+11
|
* #7 Add Cobertura formatKevin J Hoerr2021-09-161-4/+10
|
* Fix styling for mobile/smaller displaysKevin J Hoerr2020-02-231-2/+4
|
* #2 Add CSS, favicon for landing pageKevin J Hoerr2020-02-221-2/+21
|
* #9 Use SILENT in bash, more explicit verbosityKevin J Hoerr2020-01-011-16/+28
|
* Move template files to subfolderKevin J Hoerr2019-12-292-0/+89
More static files will likely be used that do not require using a template (e.g. favicon.ico), so storing them in the public folder will keep them with other served files without getting them confused with the templates.