comparison src/luan/modules/http/tools/run.luan @ 1245:2de84f128be3

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 16 Jul 2018 17:26:45 -0600
parents 5dbb552075ff
children
comparison
equal deleted inserted replaced
1244:d1911842c2be 1245:2de84f128be3
59 } 59 }
60 </style> 60 </style>
61 </head> 61 </head>
62 <body> 62 <body>
63 <h2>Run Luan Code</h2> 63 <h2>Run Luan Code</h2>
64 <form name="form0" method="post"> 64 <form method="post">
65 <input type="hidden" name="content_type" value="text/plain; charset=utf-8" /> 65 <input type="hidden" name="content_type" value="text/plain; charset=utf-8" />
66 <div> 66 <div>
67 <textarea name="code" rows="20" cols="90" wrap="off" autofocus></textarea> 67 <textarea name="code" rows="20" cols="90" wrap="off" autofocus></textarea>
68 </div> 68 </div>
69 <div> 69 <div>