Make project REUSE compliant

initial commit

a lot more stuff

Make project REUSE compliant

start working on implementing audio
This commit is contained in:
Ncam Gnrvngu 2025-05-28 16:32:00 +02:00
commit 7bc11e49a4
Signed by: NcamGnrvngu
GPG key ID: BBF21CBE5628BA99
136 changed files with 3218 additions and 0 deletions

26
sass/404.scss Normal file
View file

@ -0,0 +1,26 @@
/*
* SPDX-FileCopyrightText: 2025 Ncam Gnrvngu <info@ncamgnrvngu.eu>
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
@use "base";
@use "mocha" as c;
#error {
@include base.center-vertically;
}
#error h1 {
font-size: min(248pt, 31cqw);
font-weight: 700;
text-align: center;
margin: auto;
}
#error h3 {
font-size: min(40pt, 5cqw);
font-weight: 600;
color: c.$subtext1;
text-align: center;
margin: auto;
}