19 lines
475 B
Plaintext
19 lines
475 B
Plaintext
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>{{ title }} | Firefrost Gaming</title>
|
|
<meta name="description" content="{{ description }}">
|
|
<link rel="stylesheet" href="/src/css/firefrost.css">
|
|
|
|
<!-- Fire/Frost/Arcane Brand Colors -->
|
|
<style>
|
|
:root {
|
|
--fire: #FF6B35;
|
|
--frost: #4ECDC4;
|
|
--arcane: #A855F7;
|
|
--gold: #FFD700;
|
|
--dark: #0F0F1E;
|
|
}
|
|
</style>
|
|
</head>
|