1

Change the directory of pgn4web from '_assets' to static 'assets'.

This commit is contained in:
vonavi
2014-07-01 14:49:21 +03:00
parent 5522028450
commit 94d15ec2f0
1952 changed files with 0 additions and 0 deletions

46
assets/vendor/pgn4web/unauthorized.html vendored Normal file
View File

@@ -0,0 +1,46 @@
<!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>
<title>unauthorized access</title>
<style type="text/css">
html,
body {
margin: 0px;
padding: 0px;
}
body {
font-family: sans-serif;
color: black;
font-size: 16px;
background-color: white;
padding: 1.75em;
}
</style>
<link rel="shortcut icon" href="pawn.ico" />
</head>
<body>
<img src=pawns.png border=0>
<br>
unauthorized access
</body>
</html>