var root = document.body

m.render(root, [
    m("main", [
        m("h1", {class: "title"}, "My first app"),
        m("button", "A button"),
    ])
])

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

  1. https://unpkg.com/mithril