Files
boc/backups/2026-07-12-1023/landvex-prod/cities/los-angeles/index.html
T

21 lines
534 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=/cities/">
<title>Redirecting...</title>
<style>
@media (max-width: 640px) {
.hero h1 { font-size: 2rem !important; }
.hero p { font-size: 1rem !important; }
.card { padding: 1.5rem !important; }
.grid { grid-template-columns: 1fr !important; }
.btn { padding: 0.75rem 1.5rem !important; font-size: 1rem !important; }
}
</style>
</head>
<body>
<p>Redirecting to <a href="/cities/">cities page</a>...</p>
</body>
</html>