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