header use absolute paths
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<link rel="stylesheet" href="/styles.css">
|
||||
<meta content="#ff44bb" name="theme-color">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<?php include 'functions.php';?>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user