Basic navigation and styles

This commit is contained in:
2024-02-18 18:16:09 -06:00
parent d8f3bc3c70
commit c63d28e779
10 changed files with 114 additions and 34 deletions

View File

@@ -3,5 +3,5 @@ module Core.Rendering where
import Lucid
import Data.ByteString.Lazy (ByteString)
twain :: Html () -> ByteString
twain = renderBS
lucidToTwain :: Html () -> ByteString
lucidToTwain = renderBS