diff options
Diffstat (limited to 'src/app.html')
| -rw-r--r-- | src/app.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/app.html b/src/app.html index 72dfdc1..edf3372 100644 --- a/src/app.html +++ b/src/app.html @@ -1,11 +1,11 @@ <!-- /** * @generated - * @license AGPL-3.0-OR-LATER - * @copyright 2024 memdmp + * @license AGPL-1.0-only + * @copyright 2024-2026 memdmp * @upstream see https://[currentdomain]/upstream * - * Copyright (C) 2024 memdmp + * Copyright (C) 2024-2026 memdmp * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. * @@ -15,11 +15,13 @@ */ --> <!DOCTYPE html> -<html lang="en" xmlns="http://www.w3.org/1999/xhtml"> +<html lang="en" xmlns="http://www.w3.org/1999/xhtml" class='-z-50 bg-black text-white'> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="icon" href="%sveltekit.assets%/favicon.webp" /> + <link rel="stylesheet" href="%sveltekit.assets%/inter/inter.css" /> + <link rel="stylesheet" href="%sveltekit.assets%/spacegrotesk/spacegrotesk.css" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> %sveltekit.head% </head> |