diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-03-19 21:25:41 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-03-19 21:25:41 -0700 |
commit | e75890052e6e7bc340d40c1c66992f4b10e03279 (patch) | |
tree | 724ecd0e81d1c7619eae4c962027435d8e80ba41 /webface/notes.txt | |
parent | 3e93149d8a0fb979f6f678ccfd13809d86c803a6 (diff) | |
download | fatcat-e75890052e6e7bc340d40c1c66992f4b10e03279.tar.gz fatcat-e75890052e6e7bc340d40c1c66992f4b10e03279.zip |
(old) code
Diffstat (limited to 'webface/notes.txt')
-rw-r--r-- | webface/notes.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/webface/notes.txt b/webface/notes.txt new file mode 100644 index 00000000..8ed47d0b --- /dev/null +++ b/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> + + |