文件名称:scotty-lucid:Scotty的清晰集成
文件大小:3KB
文件格式:ZIP
更新时间:2024-06-15 15:23:37
Haskell
清醒的 Scotty的清晰集成 例子 template title body = html_ do head_ $ title_ title body_ body website = template "Hello world" $ do h1_ "I am a website" p_ `with` [class_ "bigparagraph"] "and I'm a bigparagraph" main = scotty 3000 $ do get "/" $ lucid website
【文件预览】:
scotty-lucid-master
----LICENSE(1KB)
----Web()
--------Scotty()
----Setup.hs(46B)
----.gitignore(147B)
----README.md(387B)
----scotty-lucid.cabal(921B)