Files
2026-06-17 14:00:51 +02:00

32 lines
388 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
background-color: #1c87c9;
color: white;
}
h2 {
background-color: #1c87c9;
}
td, th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}
tr:nth-child(even) {
background-color: #dddddd;
}
</style>
</head>
<body>
$table$
</body>
</html>