diff options
author | Yigit Sever | 2021-04-15 00:32:28 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-15 03:46:30 +0300 |
commit | be037a6b35056ec8aa8f75e56becd009bc7c01f2 (patch) | |
tree | 65bdca7c1327fb200e2060374b39579b677e2903 /templates/css.html | |
parent | 7bcdcbcaa5bc8b03f8838630761bb99bb2cecef0 (diff) | |
download | gradecoin-be037a6b35056ec8aa8f75e56becd009bc7c01f2.tar.gz gradecoin-be037a6b35056ec8aa8f75e56becd009bc7c01f2.tar.bz2 gradecoin-be037a6b35056ec8aa8f75e56becd009bc7c01f2.zip |
Add template support
We are now serving static HTML alongside Gradecoin REST
Diffstat (limited to 'templates/css.html')
-rw-r--r-- | templates/css.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/css.html b/templates/css.html new file mode 100644 index 0000000..c9d54e3 --- /dev/null +++ b/templates/css.html | |||
@@ -0,0 +1,8 @@ | |||
1 | <style> | ||
2 | td, th { | ||
3 | padding: 8px; | ||
4 | } | ||
5 | th { | ||
6 | text-align: left; | ||
7 | } | ||
8 | </style> | ||