comparison event/oasis2016/don/ckgame.rb @ 1526:53fcfc712dbf

html¹¹¿·
author OOTANI Hiroyuki <c115036@g.koeki-u.ac.jp>
date Wed, 20 Jul 2016 11:09:10 +0900
parents 0bdb5d686599
children 99954b3ef28b
comparison
equal deleted inserted replaced
1525:8681cf58387d 1526:53fcfc712dbf
90 end 90 end
91 end 91 end
92 printf(<<-EOF, 92 printf(<<-EOF,
93 <!DOCTYPE html> 93 <!DOCTYPE html>
94 <html lang="ja"> 94 <html lang="ja">
95 <head><title>ã¾ã¡ãŒã„ã¿ã¤ã‘ã§ã¿ã£ã¡ã‚ƒ</title> 95 <head>
96 <style type="text/css"> 96 <title>ã¾ã¡ãŒã„ã¿ã¤ã‘ã§ã¿ã£ã¡ã‚ƒ</title>
97 <!-- 97 <link rel="stylesheet" type="text/css" href="../attack.css">
98 div.don {
99 position: relative; width: 600px; height: 600px;
100 border: 1px solid #f9f5a9; margin: 1em auto;
101 }
102 div.don div {width: 200px; height: 200px; margin: 0px;}
103 div.don div:first-child {left: 0px; top: 0px}
104 div.don div:nth-child(2) {position: absolute; left: 200px; top: 0px;}
105 div.don div:nth-child(3) {position: absolute; left: 400px; top: 0px;}
106 div.don div:nth-child(4) {position: absolute; left: 0px; top: 200px;}
107 div.don div:nth-child(5) {position: absolute; left: 200px; top: 200px;}
108 div.don div:nth-child(6) {position: absolute; left: 400px; top: 200px;}
109 div.don div:nth-child(7) {position: absolute; left: 0px; top: 400px;}
110 div.don div:nth-child(8) {position: absolute; left: 200px; top: 400px;}
111 div.don div:nth-child(9) {position: absolute; left: 400px; top: 400px;}
112 body{text-align:center;
113 background:#f9f5a9;}
114 -->
115 </style>
116 </head> 98 </head>
99
117 <body> 100 <body>
118 <img src="rogo.png" width="900px" height="100px"> 101 <img src="../img/logo.png" width="900px" height="100px">
119 <p>%s</p> 102 <p>%s</p>
120 <h1>%s</h1> 103 <h1>%s</h1>
121 <h2>%s</h2> 104 <h2>%s</h2>
122 <h2>%s</h2> 105 <h2>%s</h2>
123 <p>%s</p> 106 <p>%s</p>

yatex.org