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")
(type "text/css")
(href "style.css")))
(head
(title "Welcome to GuileDocs"))
(head (title "Welcome to GuileDocs"))
(body
(div (@ (id "overall-wrapper"))
(header (h3 "🚀GuileDocs")
(input (@ (type "text")
(placeholder "Search (ctrl-s)")))
(menu
(li "Core Library")
(li "Quick Ref")))
(menu (li "Core Library")
(li "Quick Ref")))
(nav (section (h4 "Navigation")
(menu (li "Top")
(li "Examples")