PotholeIQ / review.html
Varun10000's picture
PotholeIQ: initial deployable build (Box + Supabase, HF Spaces Docker)
45e997f
Raw
History Blame Contribute Delete
333 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Review Console</title>
<meta http-equiv="refresh" content="0; url=ops-review.html" />
</head>
<body>
<script>window.location.replace('ops-review.html');</script>
</body>
</html>