first commit

This commit is contained in:
Eric Gullickson
2025-07-15 20:34:05 -05:00
commit f7eca4bad5
602 changed files with 158990 additions and 0 deletions

View File

@@ -0,0 +1,41 @@
<html>
<head>
<style>
body {
font-family: arial, sans-serif;
}
table {
border-collapse: collapse;
width: 100%;
}
td, th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}
.VeryUrgent {
background-color: #EA9999;
}
.Urgent {
background-color: #FFE599;
}
.NotUrgent {
background-color: #B6D7A8;
}
.PastDue {
background-color: #CCCCCC;
}
</style>
</head>
<body>
<h2>{VehicleInformation}</h2>
<table>
<tr>
{TableHeader}
</tr>
{TableBody}
</table>
</body>
</html>