Skip to content

Commit

Permalink
fix 404 image url
Browse files Browse the repository at this point in the history
  • Loading branch information
iandennismiller committed Sep 22, 2023
1 parent ffd3140 commit fd9b2c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _root/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<body>
<div style="text-align: center; font-family: sans-serif; font-size: 4em;">
<h1>404</h1>
<p><img src="../media/headers/aerial-1.jpg"></p>
<p><img src="./media/headers/aerial-1.jpg"></p>
</div>
</body>
</html>

0 comments on commit fd9b2c5

Please sign in to comment.