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