pico css
This commit is contained in:
+11
-1
@@ -27,7 +27,15 @@
|
|||||||
|
|
||||||
(defparameter *template-root* "
|
(defparameter *template-root* "
|
||||||
|
|
||||||
<form action=\"/\" method=\"GET\">
|
<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\">
|
||||||
<div>
|
<div>
|
||||||
<label for=\"query\">What do you search for?</label>
|
<label for=\"query\">What do you search for?</label>
|
||||||
<input name=\"query\" id=\"query\" placeholder=\"Search…\" />
|
<input name=\"query\" id=\"query\" placeholder=\"Search…\" />
|
||||||
@@ -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