2019-06-11 15:01:16 +02:00
|
|
|
|
2019-08-26 10:17:08 +02:00
|
|
|
m.mount(document.getElementById("app"), {
|
2019-06-14 08:01:05 +02:00
|
|
|
view: function(){
|
2019-06-14 08:02:29 +02:00
|
|
|
return m("div", "I'm sorry, your browser is just too old ;)");
|
2019-06-14 08:01:05 +02:00
|
|
|
}
|
|
|
|
});
|