-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
38 lines (33 loc) · 815 Bytes
/
404.html
File metadata and controls
38 lines (33 loc) · 815 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Redirecting...</title>
<style>
.centre {
text-align: center;
padding-top: 20vh;
}
</style>
</head>
<body>
<div class="centre">
<img src="assets/img/exp/404.svg" alt="" class"img-centre">
<h1>Redirecting to main page...</h1>
</div>
</body>
<script>
window.location = "index.html";
</script>
</html>
<!--
// {
// "title": "Why itr+2 (iterator) work on vector and not on set?",
// "img": "construction.svg",
// "link": "https://chefmmmutchapter.tech/"
// }, -->
<!-- {
"title": "How To Increase The Size of Bootstrap Badge Pill?",
"img": "construction.svg",
"link": "https://codersaty.github.io"
}, -->