namespace web_api_cookbook open WebSharper open WebSharper.JavaScript open WebSharper.UI open WebSharper.UI.Client open WebSharper.UI.Html open WebSharper.UI.Templating [] module Client = [] let Main () = div [] [ p [] [ text "hello world!" ] ] |> Doc.RunById "main"