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,4 +1,4 @@
<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>
</div>