17 lines
545 B
HTML
17 lines
545 B
HTML
<!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" src="404.css">
|
|
<link href="css/fonts.css" rel="stylesheet" />
|
|
<title>Page Not Found!</title>
|
|
<script src="js/scripts.js"></script>
|
|
<script src="js/domainChecker.js"></script>
|
|
</head>
|
|
<body>
|
|
<h1>Not Found!</h1>
|
|
<p>Please go back. OR <a href="https://wesbryie.cf/">Go Home</a></p>
|
|
</body>
|
|
</html> |