Mercurial Hosting > luan
diff 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 |
line wrap: on
line diff
--- a/website/src/tutorial.html.luan Wed Feb 06 01:11:12 2019 -0700 +++ b/website/src/tutorial.html.luan Thu Feb 07 05:38:38 2019 -0700 @@ -17,7 +17,6 @@ </head> <body> -<div container> <% Shared.header() %> <h1>Luan Tutorial</h1> @@ -105,8 +104,6 @@ <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> <p>Hopefully this short tutorial gave you an idea of how to use Luan to make a website.</p> - -</div> </body> </html>