diff options
| author | user <user@node5.net> | 2024-03-22 13:35:44 +0100 |
|---|---|---|
| committer | user <user@node5.net> | 2024-03-22 13:35:44 +0100 |
| commit | 3f1296895a96ce02a7e034c19cf941bc1d54fcbd (patch) | |
| tree | 991251a87a5d976a67235f2e60be0ccd4d16dc18 /src/static/style.css | |
initial commit, shows data
Diffstat (limited to 'src/static/style.css')
| -rw-r--r-- | src/static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/static/style.css b/src/static/style.css new file mode 100644 index 0000000..8ba2cdd --- /dev/null +++ b/src/static/style.css @@ -0,0 +1,4 @@ +table, th, td { + border: 1px solid black; + border-collapse: collapse; +}
\ No newline at end of file |
