-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
55 lines (47 loc) · 2.21 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
<!DOCTYPE html>
<html class="bgimage" lang="en">
<head>
<meta charset="UTF-8">
<title>Page not found!</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="/404/style.css">
</head>
<body class="d-flex h-100 text-center text-white bg-dark">
<div class="cover-container d-flex w-100 h-100 p-1 mx-auto flex-column">
<header class="mb-auto">
</header>
<main class="">
<div>
<h1 class="display-4">Oops,
<strong>Not your lucky day?</strong>
</h1>
<div id="" class="image1">
<div class="doors">
<div class="door left">
<div class="boxes image2"></div>
</div>
<div class="door middle">
<div class="boxes"></div>
</div>
<div class="door right">
<div class="boxes"></div>
</div>
</div>
<div class="grid width50">
<button class="btn btn-block btn-danger" onClick="window.location.reload();">Spin</button>
<button class="btn btn-block btn-danger">PLAY</button>
<a class="span2 btn block" href="/"><button class="btn btn-block btn-light span2">Back to Home</button></a>
</div>
</div>
</div>
</main>
<footer class="mt-auto text-white-50">
<br><br>
<p>By <a><strong>Şerife Su</strong></a></p>
</footer>
</div>
<script src="/404/script.js"></script>
</body>
</html>