simple network logging app

This commit is contained in:
2025-05-04 22:38:47 +02:00
commit 25f016595f
9 changed files with 371 additions and 0 deletions

27
static/css/style.css Normal file
View File

@@ -0,0 +1,27 @@
body {
font-family: Arial, sans-serif;
padding: 20px;
background-color: #f4f4f4;
}
header h1 {
text-align: center;
color: #333;
}
table {
width: 100%;
margin-top: 20px;
border-collapse: collapse;
}
th, td {
padding: 10px;
text-align: center;
border: 1px solid #ddd;
}
th {
background-color: #f2f2f2;
}