-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
69 lines (66 loc) · 4.86 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>BVS | BlackVyperStudios</title>
<meta name="theme-color" content="rgb(0,0,0)">
<meta name="description" content="We create games and software and are contributing to the opensource community.">
<meta name="twitter:description" content="We create games and software and are contributing to the opensource community.">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="BVS | BlackVyperStudios">
<meta property="og:type" content="website">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.0/css/bootstrap.min.css">
<link rel="manifest" href="manifest.json">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Mono">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Slab">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.12.0/css/all.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/material-design-icons/3.0.1/iconfont/material-icons.min.css">
<link rel="stylesheet" href="assets/fonts/fontawesome5-overrides.min.css">
<link rel="stylesheet" href="assets/css/styles.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
</head>
<body>
<nav class="navbar navbar-light navbar-expand-md navigation-clean">
<div class="container"><a class="navbar-brand" href="index.html">BlackVyperStudios</a><button data-toggle="collapse" class="navbar-toggler" data-target="#navcol-1"><span class="sr-only">Toggle navigation</span><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navcol-1">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="about.html">About</a></li>
<li class="nav-item dropdown"><a class="dropdown-toggle nav-link" aria-expanded="false" data-toggle="dropdown" href="#">Projects </a>
<div class="dropdown-menu"><a class="dropdown-item" href="calculator++">Calculator++</a><a class="dropdown-item" href="timelapse">Timelapse</a></div>
</li>
<li class="nav-item"><a class="nav-link" href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</nav>
<section class="error404 section-a">
<!-- Push-off line | Do not delete! -->
<hr class="push-off" style="margin: 0px 0px 32px 0px;">
<h1 class="display-4 text-monospace text-center shake animated" style="font-weight: bold;color: #e23d28;margin: 0;padding: 40px 0 0 0;"><span style="text-decoration: underline;">Error: 404</span></h1>
<p class="text-center" style="margin: 25px auto 0 auto;color: rgb(125, 130, 133);max-width: 500px;">Oh no! The page you want to visit is not available. Please check if the URL is correct. For more information visit our <a href="https://github.com/BlackVyperStudios/website">website repository</a> on GitHub!</p>
<p class="text-center" style="margin: 25px auto 0 auto;color: rgb(125, 130, 133);max-width: 500px;">This website is open source, so feel free to report an issue.<br></p><!-- We need an image over here... -->
</section>
<div class="footer-dark">
<footer>
<div class="container">
<div class="row">
<div class="col-md-6 item text">
<h3>BlackVyperStudios</h3>
<p>We create games and software and are contributing to the open-source community.<br></p>
</div>
<div class="col item social"><a href="https://github.com/blackvyperstudios"><i class="icon ion-social-github"></i></a><a href="#"><i class="icon ion-social-twitter"></i></a><a href="#"><i class="icon ion-social-youtube"></i></a><a href="#"><i class="icon ion-social-twitch-outline"></i></a></div>
</div>
<p class="copyright">BlackVyperStudios © 2021</p>
</div>
</footer>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.0/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/script.min.js"></script>
</body>
</html>