aboutsummaryrefslogtreecommitdiffstats
path: root/root/sandbox/lua/text$lua -> mmm$dom.lua
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2019-10-29 13:18:16 +0000
committers-ol <s-ol@users.noreply.github.com>2019-10-29 13:18:16 +0000
commitd9eafa21ad1d6ad340b5744d69e9fc68ce2083cb (patch)
treec5e4c1ce74094b5feebbca944e316fb2833fe027 /root/sandbox/lua/text$lua -> mmm$dom.lua
parentsmall styling fixes (diff)
downloadmmm-d9eafa21ad1d6ad340b5744d69e9fc68ce2083cb.tar.gz
mmm-d9eafa21ad1d6ad340b5744d69e9fc68ce2083cb.zip
add sandbox
Diffstat (limited to 'root/sandbox/lua/text$lua -> mmm$dom.lua')
-rw-r--r--root/sandbox/lua/text$lua -> mmm$dom.lua10
1 files changed, 10 insertions, 0 deletions
diff --git a/root/sandbox/lua/text$lua -> mmm$dom.lua b/root/sandbox/lua/text$lua -> mmm$dom.lua
new file mode 100644
index 0000000..db420ce
--- /dev/null
+++ b/root/sandbox/lua/text$lua -> mmm$dom.lua
@@ -0,0 +1,10 @@
+-- see /meta/mmm.dom for documentation
+local d = require 'mmm.dom'
+
+local lua = d.a { 'Lua', href = 'https://www.lua.org/' }
+local fengari = d.a { 'fengari.io', href = 'https://fengari.io/' }
+
+return d.article {
+ d.h1 'Lua',
+ d.p { lua, ' is fully supported using ', fengari, ' on the Client.' }
+}