Files
cpas/client/dist/index.html
T

19 lines
590 B
HTML
Raw Normal View History

2026-05-27 09:07:23 -05:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CPAS Violation Tracker</title>
<style>
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; height: 100%; }
#root { height: 100%; }
</style>
2026-05-27 09:12:45 -05:00
<script type="module" crossorigin src="/assets/index-C1XYfYmx.js"></script>
2026-05-27 09:07:23 -05:00
<link rel="stylesheet" crossorigin href="/assets/index-BoQf6yV_.css">
</head>
<body>
<div id="root"></div>
</body>
</html>