mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-25 03:29:00 +08:00
5 lines
152 B
Plaintext
5 lines
152 B
Plaintext
<? mg.write('HTTP/1.0 200 OK\r\nContent-Type: text/html\r\n\r\n') ?>
|
|
<html><body>
|
|
<span>Today is:</span> <? mg.write(os.date("%A")) ?>
|
|
</body></html>
|