Formatting

This commit is contained in:
Vivianne 2023-12-13 02:02:18 -05:00 committed by TakeV
parent 1170ae7088
commit 4b8d0e8d4b
Signed by: TakeV
GPG Key ID: A64F41345C7400AF
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")