1
0

header use absolute paths

This commit is contained in:
2026-03-11 14:59:30 -04:00
parent 5766797ef8
commit dc93ecdcb9
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<meta charset="utf-8"> <meta charset="utf-8">
<link rel="stylesheet" href="styles.css"> <link rel="stylesheet" href="/styles.css">
<meta content="#ff44bb" name="theme-color"> <meta content="#ff44bb" name="theme-color">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<?php include 'functions.php';?> <?php include 'functions.php';?>

View File

@@ -1,4 +1,4 @@
<div class="header-container"> <div class="header-container">
<img src="profile.png" alt="Cesium's Profile Picture" class="profile-pic"> <img src="/profile.png" alt="Cesium's Profile Picture" class="profile-pic">
<h1>Cesium</h1> <h1>Cesium</h1>
</div> </div>