annotate iframed.html @ 10:5bb39198a9be

Always wait before starting next round.
author Mikhail Kryshen <mikhail@kryshen.net>
date Sat, 02 Apr 2016 12:24:52 +0300 (2016-04-02)
parents 8c7e910cb328
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8
b32efce2d860 Automatically adjust size to fit the window.
Mikhail Kryshen <mikhail@kryshen.net>
parents:
diff changeset
1 <html>
b32efce2d860 Automatically adjust size to fit the window.
Mikhail Kryshen <mikhail@kryshen.net>
parents:
diff changeset
2 <head>
b32efce2d860 Automatically adjust size to fit the window.
Mikhail Kryshen <mikhail@kryshen.net>
parents:
diff changeset
3 <title>Serpentron</title>
b32efce2d860 Automatically adjust size to fit the window.
Mikhail Kryshen <mikhail@kryshen.net>
parents:
diff changeset
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
b32efce2d860 Automatically adjust size to fit the window.
Mikhail Kryshen <mikhail@kryshen.net>
parents:
diff changeset
5 </head>
b32efce2d860 Automatically adjust size to fit the window.
Mikhail Kryshen <mikhail@kryshen.net>
parents:
diff changeset
6 <body>
b32efce2d860 Automatically adjust size to fit the window.
Mikhail Kryshen <mikhail@kryshen.net>
parents:
diff changeset
7 <iframe src="index.html"
9
8c7e910cb328 Fullscreen mode.
Mikhail Kryshen <mikhail@kryshen.net>
parents: 8
diff changeset
8 width="700" height="525" frameborder="0" allowfullscreen>
8
b32efce2d860 Automatically adjust size to fit the window.
Mikhail Kryshen <mikhail@kryshen.net>
parents:
diff changeset
9 <a href="http://www.games1729.com/serpentron/">Play Serpentron</a>
b32efce2d860 Automatically adjust size to fit the window.
Mikhail Kryshen <mikhail@kryshen.net>
parents:
diff changeset
10 </iframe>
b32efce2d860 Automatically adjust size to fit the window.
Mikhail Kryshen <mikhail@kryshen.net>
parents:
diff changeset
11 </body>
b32efce2d860 Automatically adjust size to fit the window.
Mikhail Kryshen <mikhail@kryshen.net>
parents:
diff changeset
12 </html>