Formatting

This commit is contained in:
Vivianne 2023-12-13 02:02:18 -05:00
parent e40fc82904
commit 115c5573c4
1 changed files with 3 additions and 5 deletions

View File

@ -4,16 +4,14 @@
(link (@ (rel "stylesheet") (link (@ (rel "stylesheet")
(type "text/css") (type "text/css")
(href "style.css"))) (href "style.css")))
(head (head (title "Welcome to GuileDocs"))
(title "Welcome to GuileDocs"))
(body (body
(div (@ (id "overall-wrapper")) (div (@ (id "overall-wrapper"))
(header (h3 "🚀GuileDocs") (header (h3 "🚀GuileDocs")
(input (@ (type "text") (input (@ (type "text")
(placeholder "Search (ctrl-s)"))) (placeholder "Search (ctrl-s)")))
(menu (menu (li "Core Library")
(li "Core Library") (li "Quick Ref")))
(li "Quick Ref")))
(nav (section (h4 "Navigation") (nav (section (h4 "Navigation")
(menu (li "Top") (menu (li "Top")
(li "Examples") (li "Examples")