diff --git a/2019/app/application2.rb b/2019/app/application2.rb index 9f66891..3d275e2 100755 --- a/2019/app/application2.rb +++ b/2019/app/application2.rb @@ -25,6 +25,12 @@ print "Content-type: text/html; charset=utf-8\n\n" cat("../header2.html") +if Time.now.strftime("%F") > "2019-07-13" + puts "

2019年度申し込みは締め切りました。どうもありがとうございました。

" + cat("../footer.html") + exit 0 +end + begin c = CGI.new(:accept_charset => "UTF-8") diff --git a/2019/footer.html b/2019/footer.html new file mode 100644 index 0000000..f076e9e --- /dev/null +++ b/2019/footer.html @@ -0,0 +1,9 @@ + + + + + + +