Mercurial > hgrepos > hgweb.cgi > skipweb
view cgi/test.rb @ 2011:afc9c38ffbff
takeuti.html merge
author | KAMADA Kei <c110206@f.koeki-u.ac.jp> |
---|---|
date | Sat, 17 Aug 2013 11:24:35 +0900 |
parents | 55f50b3576ea |
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_