comparison src/config.html.luan @ 2:fc2383eb48a9

set config
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 16 Jun 2022 20:52:24 -0600
parents 7c64173643c8
children
comparison
equal deleted inserted replaced
1:7c64173643c8 2:fc2383eb48a9
30 <body> 30 <body>
31 <% header() %> 31 <% header() %>
32 <div content> 32 <div content>
33 <h1>Configuration</h2> 33 <h1>Configuration</h2>
34 34
35 <textarea><%= html_encode(Config.text) %></textarea> 35 <p>Configuration in <a href="http://www.luan.software/">Luan</a></p>
36 <p><textarea><%= html_encode(Config.text) %></textarea></p>
37 <p><a href="/private/admin/config.html">Edit configuration</a></p>
36 </div> 38 </div>
37 <% footer() %> 39 <% footer() %>
38 </body> 40 </body>
39 </html> 41 </html>
40 <% 42 <%