Mercurial Hosting > luan
view website/src/examples/static.html @ 554:18504c41b0be
move debug() to Io and remove Debug module;
Io.print() now doesn't print newline if there is nothing to be printed;
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 18 Jun 2015 03:30:18 -0600 |
parents | 12ee9a336b95 |
children | 49cf706c326a |
line wrap: on
line source
<html> <body> <h1>Static HTML</h1> <p>This is a static HTML page.</p> <p>You can view the source in your browser.</p> </body> </html>