This repository has been archived by the owner on Dec 28, 2022. It is now read-only.
forked from fritz-net/UNIT3D-Docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
51 lines (40 loc) · 1.5 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="keywords" content="">
<title>Riff.CC Documentation</title>
<!-- Styles -->
<link href="assets/css/page.min.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
<!-- Favicons -->
<link rel="apple-touch-icon" href="assets/img/apple-touch-icon.png">
<link rel="icon" href="assets/img/favicon.png">
</head>
<body class="bg-gray">
<!-- Main Content -->
<main class="main-content">
<section class="section text-center">
<h1 class="display-1 text-muted my-7">Page not found</h1>
<p class="lead">Seems you're looking for something that doesn't exist.</p>
<br>
<button class="btn btn-secondary w-150 mr-2" type="button" onclick="window.history.back();">Go back</button>
<a class="btn btn-secondary w-150" href="../index.html">Return Home</a>
</section>
</main><!-- /.main-content -->
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="row gap-y align-items-center">
<div class="col-md-12 text-center text-md-right">
<a href="#">© Riff.CC Docs, based on UNIT3D Docs</a>
</div>
</div>
</div>
</footer><!-- /.footer -->
<!-- Scripts -->
<script src="assets/js/page.min.js"></script>
<script src="assets/js/script.js"></script>
</body>