-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
21 lines (21 loc) · 999 Bytes
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="icon" href="bdrck.png" type="image/x-icon">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap" rel="stylesheet">
<title>:(</title>
</head>
<body class="w3-blue-gray">
<style>body {font-family: 'Source Sans Pro', sans-serif;}</style>
<div class="w3-card-2 w3-margin w3-display-middle w3-padding-24 w3-round-xlarge w3-indigo">
<h4 class="w3-center">404</h4>
<p class="w3-margin">Oh-oh! Looks like you got lost on your way, <a href="https://mm552.tk/bdrck">click here to return to the main page.</a></p>
</div>
</body>
</html>