Mercurial > hgrepos > hgweb.cgi > skipweb
changeset 3424:306d0c1f6cc2
プログラムを改良
author | houtin <c115080@g.koeki-u.ac.jp> |
---|---|
date | Thu, 27 Jul 2017 08:16:03 +0900 |
parents | 0d927a189130 |
children | ae692716c40c |
files | event/oasis2017/quiz/#quizpg.css# event/oasis2017/quiz/hutsu.rb event/oasis2017/quiz/muzukasi.rb |
diffstat | 2 files changed, 21 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/event/oasis2017/quiz/hutsu.rb Thu Jul 27 08:02:31 2017 +0900 +++ b/event/oasis2017/quiz/hutsu.rb Thu Jul 27 08:16:03 2017 +0900 @@ -102,9 +102,19 @@ "13" => [] } +print(<<-EOF) +<!DOCTYPE html> +<html lang="ja"> +<head><title> 泣ゃ</title> +<link rel="stylesheet" type="text/css" href="" > +<meta name="viewport" content="width=device-width"> +</head> +<body> + +EOF -print"<html><head><title>ゃ</title></head><body>\n" + print"<form method=\"POST\" action=\"./hutsu.rb\">\n"
--- a/event/oasis2017/quiz/muzukasi.rb Thu Jul 27 08:02:31 2017 +0900 +++ b/event/oasis2017/quiz/muzukasi.rb Thu Jul 27 08:16:03 2017 +0900 @@ -102,9 +102,18 @@ "13" => [] } +print(<<-EOF) +<!DOCTYPE html> +<html lang="ja"> +<head><title>c</title> +<link rel="stylesheet" type="text/css" href="" > +<meta name="viewport" content="width=device-width"> +</head> +<body> + +EOF -print"<html><head><title>ゃ</title></head><body>\n" print"<form method=\"POST\" action=\"./muzukasi.rb\">\n"