update homepage
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { Button, Typography, Container } from '@mui/material';
|
||||
import Link from '@mui/material/Link';
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
@@ -7,7 +8,15 @@ export default function Home() {
|
||||
Unavailable
|
||||
</Typography>
|
||||
<Typography>
|
||||
We are working on stopping the breach for you...
|
||||
We are working on it!
|
||||
</Typography>
|
||||
<br/>
|
||||
<Button component={Link} href="https://os.laminax.co" variant="contained" color="primary">
|
||||
In the meantime... try LAMINAX OS!
|
||||
</Button>
|
||||
<br/><br/><br/><br/>
|
||||
<Typography>
|
||||
FYI this is a fansite
|
||||
</Typography>
|
||||
</Container>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user