mirror of
https://github.com/revanced/revanced-website.git
synced 2025-04-29 22:24:31 +02:00
fix: error page (#69)
This commit is contained in:
parent
8da3fe864d
commit
368b2c9ee5
@ -11,7 +11,7 @@
|
||||
<section class="error">
|
||||
<h1>{status}</h1>
|
||||
{#if status == 404}
|
||||
<p>That page received a cease and desist letter from a multi-billion dollar tech company.</p>
|
||||
<p>This page received a cease and desist letter from a multi-billion dollar tech company.</p>
|
||||
<br />
|
||||
<Navigation href="/" is_selected={() => true}>Home</Navigation>
|
||||
{:else}
|
||||
@ -25,14 +25,22 @@
|
||||
.error {
|
||||
padding-top: 5rem;
|
||||
text-align: center;
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
gap: 12px;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 10rem;
|
||||
color: var(--accent-color);
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 5ch;
|
||||
color: var(--white);
|
||||
line-height: 3rem;
|
||||
}
|
||||
</style>
|
||||
|
@ -14,7 +14,7 @@ const config = {
|
||||
}),
|
||||
env: {
|
||||
publicPrefix: 'RV'
|
||||
},
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user