diff options
Diffstat (limited to 'style.lisp')
-rw-r--r-- | style.lisp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/style.lisp b/style.lisp new file mode 100644 index 0000000..68d754d --- /dev/null +++ b/style.lisp @@ -0,0 +1,8 @@ +;;;; css.lisp + +(in-package :vampire) + +(defun include-style (body) + ;(load-css (html-document body) "https://www.w3schools.com/w3css/4/w3.css") + ;(load-css (html-document body) "https://www.w3schools.com/lib/w3-theme-indigo.css") + ) |