Add pgn4web v2.80.
This commit is contained in:
46
_assets/vendor/pgn4web/unauthorized.html
vendored
Normal file
46
_assets/vendor/pgn4web/unauthorized.html
vendored
Normal 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>
|
||||
|
Reference in New Issue
Block a user