1 |
6daefa8c
|
Petr Lukašík
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
2 |
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="cs">
|
3 |
|
|
<head>
|
4 |
|
|
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
|
5 |
|
|
<meta http-equiv="Content-Language" content="cs" />
|
6 |
|
|
<title></title>
|
7 |
|
|
<link rel="stylesheet" type="text/css" href="css/ksa.css">
|
8 |
|
|
</head>
|
9 |
|
|
<body bgcolor=#B5B5B5 style="scrollbar-face-color:#3D4E5E;scrollbar-shadow-color:#3D4E5E;scrollbar-highlight-color:#FFFF99;scrollbar-3dlight-color:#3D4E5E;scrollbar-darkshadow-color:#FFFF99;scrollbar-track-color:#9A9A9A;scrollbar-arrow-color:#FFFF99">
|
10 |
|
|
<?php
|
11 |
|
|
|
12 |
|
|
require_once("./functions/keyboard.php");
|
13 |
|
|
insert_keyboard("");
|
14 |
|
|
|
15 |
|
|
?>
|
16 |
|
|
</body>
|
17 |
|
|
</html>
|