header use absolute paths
This commit is contained in:
@@ -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';?>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user