mirror of
https://github.com/codeninjasuk/codeninjasuk.github.io.git
synced 2024-11-21 23:08:18 -05:00
10 lines
350 B
HTML
10 lines
350 B
HTML
---
|
|
layout: default
|
|
title: 404
|
|
permalink: /404.html
|
|
---
|
|
<div class="text-center">
|
|
<h1 class="mt-5"><span class="badge badge-dark font-weight-normal">404</span></h1>
|
|
<h1 class="display-4 mt-4 mb-4"> Oops, Page not found!</h1>
|
|
<!-- <p>Please use the search bar from the bottom left or visit our <a href="{{site.baseurl}}/">homepage</a>!</p> -->
|
|
</div>
|