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<head>
12<link rel="icon" sizes="16x16" href="../pawn.ico" />
13<script>
14"use strict";
15window.location.href = "../live.html" + window.location.search + window.location.hash;
16</script>
17</head>
18</html>
19