-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patherror.html
44 lines (29 loc) · 1.25 KB
/
error.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="./css/mainpage.css">
<title>Document</title>
</head>
<body>
<header class="container-fluid"></header>
<nav class="navbar navbar-light bg-light">
<form class="form-inline">
<!-- <input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search"> -->
<!-- <button class="btn btn-success btn_clr my-2 my-sm-0" type="submit">SIgnUp</button> -->
</form>
</nav>
<div class="bg_grd container-fluid centeralign">
<p class="text_pos"><H1>Internal Server Error!</H1></p>
<br>
<br>
<img id="vec_img" src="./Assets/undraw_page_not_found_su7k.svg" alt="">
</div>
</header>
<footer class="container-fluid bg_grd centeralign">
<hr>
</footer>
</body>
</html>