pico css
This commit is contained in:
+11
-1
@@ -27,7 +27,15 @@
|
||||
|
||||
(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>
|
||||
<label for=\"query\">What do you search for?</label>
|
||||
<input name=\"query\" id=\"query\" placeholder=\"Search…\" />
|
||||
@@ -48,6 +56,8 @@
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% endif %}
|
||||
</body>
|
||||
</html>
|
||||
")
|
||||
|
||||
(defparameter *template-product* "
|
||||
|
||||
Reference in New Issue
Block a user