Files
SkyArtShop/website/public/index.html

17 lines
421 B
HTML
Raw Normal View History

<!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" />
<title>Sky Art Shop</title>
<script>
2026-01-01 22:24:30 -06:00
// Redirect to React app
window.location.href = "/app/";
</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>
</html>