-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
34 lines (34 loc) · 1.35 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
<html>
<head>
<title>CaptchaGame</title>
<meta name="keywords" content="html,css,javascript,shared,CaptchaGame">
<meta name="author" content="NDev">
<meta http-equiv="Content-Security-Policy" content="object-src 'none'; base-uri 'none'; require-trusted-types-for 'script';" />
<link rel="shortcut icon" href="https://ndev.tk/favicon.ico" type="image/x-icon">
<link rel="icon" href="https://ndev.tk/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="/main.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<script src="FindGame.js"></script>
</head>
<body>
<nav class="navbar navbar-expand-sm bg-dark navbar-dark">
<a class="navbar-brand" style="color:red">
<img src="https://ndev.tk/icon.webp" class="d-inline-block align-top" alt="">CaptchaGame</a>
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="https://game.ndev.tk">Main</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/NDevTK/CaptchaGame">Code</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://ndev.tk">HUB</a>
</li>
</ul>
</nav>
<div class="px-3 py-4 px-sm-4 py-sm-5 bg-light rounded-3 mb-3">
<h1>Error 404</h1>
<p class="lead">The page cannot be found.</p>
</div>
</body>
</html>