1<!DOCTYPE HTML>
2<html>
3
4<!--
5  pgn4web javascript chessboard
6  copyright (C) 2009-2014 Paolo Casaschi
7  see README file and http://pgn4web.casaschi.net
8  for credits, license and more details
9-->
10
11<title>pgn4web chess live broadcast</title>
12
13<link rel="icon" sizes="16x16" href="pawn.ico" />
14
15<script type="text/javascript">
16"use strict";
17location.href = "dynamic-frame.html" + (location.search ? location.search + "&" : "?") + "l=t";
18</script>
19
20</html>
21