summaryrefslogtreecommitdiffstats
path: root/ui/html/partials (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-02-11Adds an operations html templateMatthew Lemon1-0/+1
Does not contain any dynamic data at this point, i.e. does not actually list the operations from the database - just dummy data at this point.
2024-02-11Further tinkering with CSSMatthew Lemon1-1/+1
2024-02-11Adds small-font cssMatthew Lemon1-0/+3
Basing CSS styles on the look and feel of cgit, this commit actually includes the cgit css file in the tree for reference. I don't want to get too carried away with CSS at this point but this is a start.
2024-02-08Added nav partialMatthew Lemon1-0/+5
Added a partial html for the navigation bar. So far it just has a link to "Home" on it.