comparison src/luan/modules/http/tools/run.luan @ 1216:5dbb552075ff

doctype
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 20 Mar 2018 15:27:08 -0600
parents 668f29bc52ea
children 2de84f128be3
comparison
equal deleted inserted replaced
1215:d2da8bfa2013 1216:5dbb552075ff
24 i = i + 1 24 i = i + 1
25 end 25 end
26 end 26 end
27 27
28 local function form() %> 28 local function form() %>
29 <!doctype html>
29 <html> 30 <html>
30 <head> 31 <head>
31 <title>Run Luan Code</title> 32 <title>Run Luan Code</title>
32 <style> 33 <style>
33 body { 34 body {