Fixed page title

This commit is contained in:
AriTheStupidCat 2026-06-27 13:11:24 +01:00
parent f5d0f870b5
commit 0813c19f30
2 changed files with 5 additions and 6 deletions

View File

@ -42,16 +42,16 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0">
<!-- Page Title --> <!-- Page Title -->
<title>404 - Page Not Found</title> <title>Curriculum Vitae · Ari</title>
<link rel="icon" type="image/png" href="/assets/media/favicon.png" /> <link rel="icon" type="image/png" href="/assets/media/favicon.png" />
<script>try { var f = localStorage.getItem('ctpFlavor'); document.documentElement.setAttribute('data-flavor', ['mocha', 'macchiato', 'frappe', 'latte'].indexOf(f) >= 0 ? f : 'mocha'); } catch (e) { document.documentElement.setAttribute('data-flavor', 'mocha'); }</script> <script>try { var f = localStorage.getItem('ctpFlavor'); document.documentElement.setAttribute('data-flavor', ['mocha', 'macchiato', 'frappe', 'latte'].indexOf(f) >= 0 ? f : 'mocha'); } catch (e) { document.documentElement.setAttribute('data-flavor', 'mocha'); }</script>
<!-- Canonical URL --> <!-- Canonical URL -->
<link rel="canonical" href="https://ari.pages.gay" /> <link rel="canonical" href="https://a.stupid.cat" />
<!-- Alternate for mobile --> <!-- Alternate for mobile -->
<link rel="alternate" media="only screen and (max-width: 640px)" href="https://ari.pages.gay" /> <link rel="alternate" media="only screen and (max-width: 640px)" href="https://a.stupid.cat" />
<!-- Theme Color --> <!-- Theme Color -->
<meta name="theme-color" content="#cba6f7" /> <meta name="theme-color" content="#cba6f7" />
@ -67,8 +67,7 @@
<a href="/dev-info/">Dev Info</a> <a href="/dev-info/">Dev Info</a>
<a href="/hardware/">Hardware</a> <a href="/hardware/">Hardware</a>
<a href="/cv/" class="active">Curriculum Vitae</a> <a href="/cv/" class="active">Curriculum Vitae</a>
<a href="/socials/">Socials</a> <a href="/socials/">Socials</a>
</div> </div>
<div class="message-card"> <div class="message-card">
<h1 class="warn">Coming Soon</h1> <h1 class="warn">Coming Soon</h1>

View File

@ -41,7 +41,7 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0">
<!-- Page Title --> <!-- Page Title -->
<title>Ari</title> <title>Socials · Ari</title>
<link rel="icon" type="image/png" href="/assets/media/favicon.png" /> <link rel="icon" type="image/png" href="/assets/media/favicon.png" />
<link rel="stylesheet" href="/css/index.css"> <link rel="stylesheet" href="/css/index.css">
<!-- <link rel="stylesheet" href="/css/i_stole_all_of_this_from_clove.css"> --> <!-- <link rel="stylesheet" href="/css/i_stole_all_of_this_from_clove.css"> -->