udp: support writing statistics html report to file

This commit is contained in:
Joakim Frostegård 2021-12-21 19:41:49 +01:00
parent b2f0347876
commit f531a246b0
8 changed files with 317 additions and 49 deletions

View file

@ -0,0 +1,22 @@
body {
font-family: arial, sans-serif;
font-size: 16px;
}
table {
border-collapse: collapse
}
caption {
caption-side: bottom;
padding-top: 0.5rem;
}
th, td {
padding: 0.5rem 2rem;
border: 1px solid #ccc;
}
th {
background-color: #eee;
}