feat: restyle empty-state page with Pico CSS
This commit is contained in:
@@ -215,11 +215,16 @@ Returns nil if the file is missing or cannot be parsed."
|
|||||||
(concat "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n"
|
(concat "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n"
|
||||||
"<meta charset=\"utf-8\">\n"
|
"<meta charset=\"utf-8\">\n"
|
||||||
"<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n"
|
"<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n"
|
||||||
"<title>Spine</title>\n</head>\n<body>\n"
|
"<title>Spine</title>\n"
|
||||||
"<div class=\"frame\">\n"
|
"<link rel=\"stylesheet\""
|
||||||
"<div class=\"titlebar\">Spine</div>\n"
|
" href=\"https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css\">\n"
|
||||||
"<div class=\"row\">No books yet.</div>\n"
|
"</head>\n<body>\n"
|
||||||
"</div>\n</body>\n</html>\n"))
|
"<main class=\"container\">\n"
|
||||||
|
"<article>\n"
|
||||||
|
"<header><strong>spine</strong></header>\n"
|
||||||
|
"<p>No books yet.</p>\n"
|
||||||
|
"</article>\n"
|
||||||
|
"</main>\n</body>\n</html>"))
|
||||||
|
|
||||||
(defvar spine-skip-server-start nil
|
(defvar spine-skip-server-start nil
|
||||||
"When non-nil, do not start the HTTP server.
|
"When non-nil, do not start the HTTP server.
|
||||||
|
|||||||
Reference in New Issue
Block a user