Files
lander/pages/index.js
usernames122 9e08d9255c Placeholderrr
2025-08-09 01:20:51 +02:00

15 lines
329 B
JavaScript

import { Button, Typography, Container } from '@mui/material';
export default function Home() {
return (
<Container>
<Typography variant="h2" gutterBottom>
Unavailable
</Typography>
<Typography>
We are working on stopping the breach for you...
</Typography>
</Container>
);
}