2025-12-13 22:59:42 -06:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
2026-01-01 22:24:30 -06:00
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2025-12-13 22:59:42 -06:00
|
|
|
<title>Sky Art Shop</title>
|
|
|
|
|
<script>
|
2026-01-01 22:24:30 -06:00
|
|
|
// Redirect to React app
|
|
|
|
|
window.location.href = "/app/";
|
2025-12-13 22:59:42 -06:00
|
|
|
</script>
|
2026-01-01 22:24:30 -06:00
|
|
|
<link rel="stylesheet" href="/assets/css/theme-colors.css" />
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<p>Redirecting to Sky Art Shop...</p>
|
|
|
|
|
</body>
|
2025-12-13 22:59:42 -06:00
|
|
|
</html>
|