OSDN Git Service

* [shogi-server] - shogi-server: any bind addresses, ruby attempts to listen on both...
[shogi-server/shogi-server.git] / showgame / view / page.xhtml
1 <html>
2   <head>
3     <title>#{@title}</title>
4     <style type="text/css">
5       body { margin: 2em; }
6       #content { margin-left: 2em; }
7     </style>
8   </head>
9   <body>
10     <h1>#{@title}</h1>
11     <div id="content">
12       #@content
13     </div>
14   </body>
15 </html>