diff options
Diffstat (limited to 'root/meta')
| -rw-r--r-- | root/meta/text$moonscript -> fn -> mmm$dom.moon | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/root/meta/text$moonscript -> fn -> mmm$dom.moon b/root/meta/text$moonscript -> fn -> mmm$dom.moon index 9062ae3..d3e27e1 100644 --- a/root/meta/text$moonscript -> fn -> mmm$dom.moon +++ b/root/meta/text$moonscript -> fn -> mmm$dom.moon @@ -2,8 +2,8 @@ import div, h3, p, br, ul, li, i from require 'mmm.dom' import link_to from (require 'mmm.mmmfs.util') require 'mmm.dom' => div { - style: { 'max-width': '700px' }, - link_to @, h3 @gett 'title: text/plain', style: { 'margin-bottom': '-.5em' }, + style: { 'max-width': '700px' } + h3 link_to @ p "mmm is a collection of Lua/Moonscript modules for web development. All modules are 'polymorphic' - they can run in the ", (i 'browser'), ", using the native browser API for creating and interacting with DOM content, as well as on the ", |
