Delete old 404.md
parent
042104847a
commit
e28a9453f0
@ -1,32 +0,0 @@
|
||||
---
|
||||
permalink: /404.html
|
||||
---
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<link rel="stylesheet" href="/resources/css/404.css">
|
||||
<link rel="stylesheet" href="/resources/cssall.css">
|
||||
<link rel="stylesheet" href="/resources/css/navbar.css">
|
||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
|
||||
<title>Error</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="box" style="margin-top:5rem;margin-left:2%;">
|
||||
<h1 align="center">Error: 404</h1>
|
||||
<h1 align="center">Something went wrong, try a different link/address</h1>
|
||||
</div>
|
||||
|
||||
<script src="/resources/js/navbar.json.js"></script>
|
||||
<script src="/resources/js/insertNavbar.js"></script>
|
||||
<script src="/resources/javall.js" charset="utf-8"></script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in new issue