-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
27 lines (20 loc) · 803 Bytes
/
404.html
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
---
layout: site
description: Page not found
image: /404.html
---
<main class="four-o-four">
<div id="aboutCarousel" class="carousel slide" data-ride="carousel" data-interval="false">
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="/img/vic-welding-banner.jpg" alt="Picture of a sports car">
</div>
</div>
</div>
<div class="container text-justify mb-5">
<div class="jumbotron business-description text-center jumbotron-fluid pb-2">
<h1>Page Not Found</h1>
</div>
<p class="lead text-center">Sorry, we couldn't find the page you were looking for. <a href="https://www.majestic-motors.co.uk/">Try the homepage</a> instead</p>
</div>
</main>