41 lines
440 B
HTML
41 lines
440 B
HTML
<!DOCTYPE html>
|
|
<html lang="cs">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Hra - $domena</title>
|
|
|
|
<style>
|
|
table {
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
td {
|
|
padding: 0;
|
|
}
|
|
|
|
img {
|
|
width: 2em;
|
|
height: 2em;
|
|
display: block;
|
|
}
|
|
|
|
.nic {
|
|
width: 2em;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Hra</h1>
|
|
|
|
<p>$pecko</p>
|
|
|
|
<table>
|
|
$hra
|
|
</table>
|
|
</body>
|
|
|
|
</html>
|