Mercurial Hosting > luan
view website/src/examples/static.html @ 1688:5eb985d1411f
'http/serve.luan' now allows overriding port
author | Fox |
---|---|
date | Sat, 11 Jun 2022 21:14:19 +0200 |
parents | 49cf706c326a |
children |
line wrap: on
line source
<!doctype html> <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>