Declared a function that receives HTML and produces HTML that follows the website...
authorsabadev <saba@sabadev.xyz>
Tue, 16 Mar 2021 04:29:04 +0000 (00:29 -0400)
committersabadev <dev@sabadev.xyz>
Tue, 13 Apr 2021 01:16:08 +0000 (21:16 -0400)
src/Server.hs

index 0caf0a0..c98da1a 100644 (file)
@@ -39,3 +39,6 @@ darkTheme = undefined
 
 lightTheme :: Handler T.Text
 lightTheme = undefined
+
+htmlContainer :: Html a -> Html a
+htmlContainer = id