pico css
This commit is contained in:
@@ -27,6 +27,14 @@
|
|||||||
|
|
||||||
(defparameter *template-root* "
|
(defparameter *template-root* "
|
||||||
|
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<link
|
||||||
|
rel=\"stylesheet\"
|
||||||
|
href=\"https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css\">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class=\"container\">
|
||||||
<form action=\"/\" method=\"GET\">
|
<form action=\"/\" method=\"GET\">
|
||||||
<div>
|
<div>
|
||||||
<label for=\"query\">What do you search for?</label>
|
<label for=\"query\">What do you search for?</label>
|
||||||
@@ -48,6 +56,8 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
")
|
")
|
||||||
|
|
||||||
(defparameter *template-product* "
|
(defparameter *template-product* "
|
||||||
|
|||||||
Reference in New Issue
Block a user