-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
26 lines (23 loc) · 1001 Bytes
/
Copy path404.html
File metadata and controls
26 lines (23 loc) · 1001 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
layout: default
title: Page Not Found | Jericho Crosby
description: The page you are looking for could not be found.
permalink: /404.html
---
<!-- Copyright (c) 2024-2026 Jericho Crosby (Chalwk). All Rights Reserved. -->
<link href="{{ site.baseurl }}/assets/css/index.css" rel="stylesheet">
<section class="hero" style="min-height: 60vh; display: flex; align-items: center; text-align: center;">
<div class="container">
<div class="hero-content">
<div class="hero-text">
<h1 style="font-size: 8rem; margin-bottom: 10px;">404</h1>
<h2>Page Not Found</h2>
<p class="hero-subtitle" style="margin-bottom: 2rem;">The page you're looking for doesn't exist or has
been moved.</p>
<div class="hero-buttons">
<a class="btn" href="{{ site.baseurl }}/"><i class="fas fa-home"></i> Back to Home</a>
</div>
</div>
</div>
</div>
</section>