diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-03-21 12:49:50 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-03-21 12:49:50 -0700 |
commit | cbe805902078195c374560c9000ac39b46975ed0 (patch) | |
tree | d21629167cb1dfec138b921ea52520b1c9908561 /notes | |
parent | 87c317c518f0bec49b7f8189dc6f1bcefc8d6ff0 (diff) | |
download | fatcat-cbe805902078195c374560c9000ac39b46975ed0.tar.gz fatcat-cbe805902078195c374560c9000ac39b46975ed0.zip |
webface templates
Diffstat (limited to 'notes')
-rw-r--r-- | notes/webface_notes.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/notes/webface_notes.txt b/notes/webface_notes.txt new file mode 100644 index 00000000..8ed47d0b --- /dev/null +++ b/notes/webface_notes.txt @@ -0,0 +1,8 @@ + +tachyons is nice for simple css-only stuff, but let's use "Semantic UI" because +it has a bunch of javascript form stuff. + + <link rel="stylesheet" href="https://cdn.jsdelivr.net/semantic-ui/2.2.13/semantic.min.css"> + <script src="https://cdn.jsdelivr.net/semantic-ui/2.2.13/semantic.min.js"></script> + + |