update homepage
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
import { Button, Typography, Container } from '@mui/material';
|
import { Button, Typography, Container } from '@mui/material';
|
||||||
|
import Link from '@mui/material/Link';
|
||||||
|
|
||||||
export default function Home() {
|
export default function Home() {
|
||||||
return (
|
return (
|
||||||
@@ -7,7 +8,15 @@ export default function Home() {
|
|||||||
Unavailable
|
Unavailable
|
||||||
</Typography>
|
</Typography>
|
||||||
<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>
|
</Typography>
|
||||||
</Container>
|
</Container>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user