Content deleted Content added
clarify confusion regarding the types of backend Opa supports. |
→Hello world: Fixed closing h1 tag: <h1/> → </h1> |
||
Line 46:
Server.start(Server.http,
{ title: "Hello"
, page: function() { <h1>Hello, web!<
}
)
|