diff options
Diffstat (limited to 'notes/webface_notes.txt')
-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> + + |