Add bootstrap js

This commit is contained in:
Marcus Kammer 2023-07-17 09:04:34 +02:00
parent 05fce22903
commit 176fefb501

View file

@ -13,7 +13,8 @@
(:head (:head
(:title ,title) (:title ,title)
(:link :type "text/css" :rel "stylesheet" :href "public/5.3.0/bootstrap.min.css")) (:link :type "text/css" :rel "stylesheet" :href "public/5.3.0/bootstrap.min.css"))
(:body ,@body)))) (:body ,@body)
(:script :src "public/5.3.0/bootstrap.bundle.min.js"))))
(defun write-string-to-file (filename string) (defun write-string-to-file (filename string)
(with-open-file (stream filename :direction :output :if-exists :supersede) (with-open-file (stream filename :direction :output :if-exists :supersede)