diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2018-10-19 04:12:19 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2018-10-19 04:12:19 +0000 |
| commit | 727f04aac784382e7ecb18b817830d145355b735 (patch) | |
| tree | bede6333759084b40820dc2c4e364f69d84e48cb /render.moon | |
| parent | fix all pages (diff) | |
| download | mmm-727f04aac784382e7ecb18b817830d145355b735.tar.gz mmm-727f04aac784382e7ecb18b817830d145355b735.zip | |
switch to self-rendering lua code
Diffstat (limited to 'render.moon')
| -rw-r--r-- | render.moon | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/render.moon b/render.moon index 79844e1..f56e8b8 100644 --- a/render.moon +++ b/render.moon @@ -13,6 +13,7 @@ load_file = (name) -> print "<!DOCTYPE html> <html> <head> + <meta charset=\"UTF-8\"> <title>MMM: lunar low-gravity scripting playground</title> </head> <body> |
