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
13<title>unauthorized access</title>
14
15<style type="text/css">
16
17html,
18body {
19  margin: 0px;
20  padding: 0px;
21}
22
23body {
24  font-family: sans-serif;
25  color: black;
26  font-size: 16px;
27  background-color: white;
28  padding: 1.75em;
29}
30
31</style>
32
33<link rel="icon" sizes="16x16" href="pawn.ico" />
34
35
36<!-- DeploymentCheck: google analytics code -->
37
38<!-- end DeploymentCheck -->
39
40
41</head>
42
43<body>
44
45<img src=pawns.png border=0>
46<br>
47unauthorized access
48
49</body>
50
51</html>
52
53