diff options
author | B Stack <bgstack15@gmail.com> | 2020-12-18 19:11:38 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-12-18 19:25:23 -0500 |
commit | 52ac4782f7acf7994d9d9e4136fc05099d252f59 (patch) | |
tree | b682e3f2c32f731ce34bcc4eddae9780781a99e5 /static/styles.css | |
parent | improve instructions for installing short_url (diff) | |
download | hex-zero-52ac4782f7acf7994d9d9e4136fc05099d252f59.tar.gz hex-zero-52ac4782f7acf7994d9d9e4136fc05099d252f59.tar.bz2 hex-zero-52ac4782f7acf7994d9d9e4136fc05099d252f59.zip |
add drag-and-drop /upload/ route
Diffstat (limited to 'static/styles.css')
-rw-r--r-- | static/styles.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css index f97e102..c1313da 100644 --- a/static/styles.css +++ b/static/styles.css @@ -1,6 +1,8 @@ /* this is a template file that gets formatted by python str.format() * so these double-braces get interpreted to just single ones. */ +/* Author: W.S. Toh */ +/* SPDX-License-Identifier: MIT */ #main { float: left; margin: 0 0 2em 4em; |