Non-working tag smart constructor
This commit is contained in:
parent
dc3c49cdf6
commit
2929bceaa1
3 changed files with 40 additions and 5 deletions
|
@ -6,12 +6,12 @@ import Structures.Dependent.DList
|
|||
|
||||
helloWorld : Html "html"
|
||||
helloWorld =
|
||||
Normal "html" ["lang" =$ "en"] [
|
||||
Normal "head" [] [
|
||||
RawText "title" [] "Example"
|
||||
tag "html" ["lang" =$ "en"] [
|
||||
tag "head" [] [
|
||||
tag "title" [] "Example"
|
||||
],
|
||||
Normal "body" [] [
|
||||
Normal "p" [] [Text "Hello World!"]
|
||||
tag "body" [] [
|
||||
tag "p" [] [Text "Hello World!"]
|
||||
]
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue