comparison website/src/tutorial.html.luan @ 1323:3860ed4b8552

simplify website css
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 07 Feb 2019 05:38:38 -0700
parents 5684a14582c4
children 1660136ac451
comparison
equal deleted inserted replaced
1322:d5739c101bd6 1323:3860ed4b8552
15 @import "/site.css"; 15 @import "/site.css";
16 </style> 16 </style>
17 </head> 17 </head>
18 <body> 18 <body>
19 19
20 <div container>
21 <% Shared.header() %> 20 <% Shared.header() %>
22 <h1>Luan Tutorial</h1> 21 <h1>Luan Tutorial</h1>
23 22
24 23
25 <p>Create a file <b>hello.luan</b> containing:</p> 24 <p>Create a file <b>hello.luan</b> containing:</p>
103 </pre> 102 </pre>
104 103
105 <p>The form is <b>luan luan:host/push.luan domain password directory</b>. If you change your site, just run this again and your site will be updated. To delete your site, do <b>luan luan:host/delete.luan domain password</b>.</p> 104 <p>The form is <b>luan luan:host/push.luan domain password directory</b>. If you change your site, just run this again and your site will be updated. To delete your site, do <b>luan luan:host/delete.luan domain password</b>.</p>
106 105
107 <p>Hopefully this short tutorial gave you an idea of how to use Luan to make a website.</p> 106 <p>Hopefully this short tutorial gave you an idea of how to use Luan to make a website.</p>
108
109 </div>
110 107
111 </body> 108 </body>
112 </html> 109 </html>
113 <% 110 <%
114 end 111 end