changelog date typo
[eidogo.git] / example_iframe.html
blobc1f6c97f108995d6dc6ba586763d40a273362204
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd">
3 <html>
4 <head>
5 <title>EidoGo IFrame Example</title>
6 <style type="text/css">
7 body {
8 background: #ccc;
10 </style>
11 </head>
12 <body>
14 <h1>EidoGo Player IFrame Example</h1>
16 <iframe src="example_bare.html?blood_vomit.sgf" frameborder=0 width=423 height=533></iframe>
18 <br><br>
20 <textarea rows=5 cols=60>You can type and use arrow keys in this box while still having keyboard shortcuts when the player above has focus.</textarea>
22 </body>
23 </html>