From c4363a63dbfee6ca4fbc7e35cc5a2b5329f7383f Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Fri, 28 Oct 2022 16:05:57 -0500 Subject: Add: style --- style.lisp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 style.lisp (limited to 'style.lisp') 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") + ) -- cgit v1.2.3