view cgi/test.rb @ 3:55f50b3576ea

Add test script.
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 08 Dec 2012 15:32:10 +0900
parents
children
line wrap: on
line source

#!/usr/bin/env ruby19
# coding: utf-8

print <<_EOF_
Content-Type: text/html; charset=utf-8

<html>
<head><title>Test CGI script</title></head>

<body>
<p>日本語出力のテスト</p>
</body>
</html>
_EOF_

yatex.org