public
Description: web-based go app
Homepage: http://eidogo.com/
Clone URL: git://github.com/jkk/eidogo.git
eidogo / example_iframe.html
100644 23 lines (18 sloc) 0.6 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
    <title>EidoGo IFrame Example</title>
    <style type="text/css">
    body {
       background: #ccc;
    }
    </style>
</head>
<body>
 
    <h1>EidoGo Player IFrame Example</h1>
 
    <iframe src="example_bare.html?sgf=blood_vomit.sgf" frameborder=0 width=423 height=533></iframe>
    
    <br><br>
    
    <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>
 
</body>
</html>