forked from TestingConferences/testingconferences.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
25 lines (23 loc) · 941 Bytes
/
404.html
File metadata and controls
25 lines (23 loc) · 941 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
---
layout: default
title: Oops - Page Not Found
last_modified_at: 2025-11-11 12:57:00
---
<link rel="stylesheet" href="/css/font-awesome/css/font-awesome.min.css">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="error-template">
<h1>Oops! Page not found</h1>
<div class="error-details">
<p>This isn't the page you are looking for. You may have mistyped the address or the page may have moved.</p>
</div>
<div class="error-actions" style="text-align: center;">
<p><img src="https://octodex.github.com/images/scubatocat.png" alt="Octocat" width="300" height="300"></p>
<a href="/" class="btn btn-primary btn-lg"><span class="fa fa-home"></span>
Take Me Home </a>
</div>
</div>
</div>
</div>
</div>