diff program/cgi/test.rb @ 2152:ca7dc3493900

ディレクトリ整理しました
author MURAKAMI Masaki <c112124@h.koeki-u.ac.jp>
date Thu, 21 Nov 2013 03:45:41 +0900
parents cgi/test.rb@55f50b3576ea
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/program/cgi/test.rb	Thu Nov 21 03:45:41 2013 +0900
@@ -0,0 +1,14 @@
+#!/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