1

Add pgn4web v2.80.

This commit is contained in:
vonavi
2014-02-12 23:44:20 +02:00
parent 0b04482d3a
commit 354d5af4b6
1952 changed files with 130486 additions and 0 deletions

53
_assets/vendor/pgn4web/_index.html vendored Normal file
View File

@@ -0,0 +1,53 @@
<!DOCTYPE HTML>
<html>
<!--
pgn4web javascript chessboard
copyright (C) 2009-2013 Paolo Casaschi
see README file and http://pgn4web.casaschi.net
for credits, license and more details
-->
<head>
<link rel="shortcut icon" href="pawn.ico" />
<!-- DeploymentCheck: google analytics code -->
<!-- end DeploymentCheck -->
<script type="text/javascript">
<!-- hide javascript from non-javascript browsers
"use strict";
if (window.location.host.match("board-generator\.")) {
window.location.href = "board-generator.html" + window.location.search + window.location.hash;
} else if (window.location.host.match("board\.")) {
window.location.href = "board.html" + window.location.search + window.location.hash;
} else if (window.location.host.match("demo\.")) {
window.location.href = "demo.html" + window.location.search + window.location.hash;
} else if (window.location.host.match("viewer\.")) {
window.location.href = "viewer.php" + window.location.search + window.location.hash;
} else if (window.location.host.match("live\.")) {
window.location.href = "live.html" + window.location.search + window.location.hash;
} else if (window.location.host.match("test\.")) {
window.location.href = "test.html" + window.location.search + window.location.hash;
} else {
window.location.href = "home.html" + window.location.search + window.location.hash;
}
//-->
</script>
<noscript>
your web browser and/or your host do not support javascript as required by the pgn4web site
</noscript>
</head>
<body>
</body>
</html>