From 3f1296895a96ce02a7e034c19cf941bc1d54fcbd Mon Sep 17 00:00:00 2001 From: user Date: Fri, 22 Mar 2024 13:35:44 +0100 Subject: initial commit, shows data --- src/static/style.css | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/static/style.css (limited to 'src/static/style.css') 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 -- cgit v1.2.3