-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
53 lines (49 loc) · 1.98 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- SEO -->
<title>File Not Found | Team Automatons - PCCOE Official Robotics Team</title>
<meta name="description" content="404 Error File not Found | Team Automatons - PCCOE Official Robotics Team">
<meta name=”robots” content="noindex, nofollow">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<link rel="icon" href="https://teamautomatons.in/assets/img/favicon.ico" type="image/icon" sizes="16x16">
<link rel="stylesheet" href="https://teamautomatons.in/assets/bootstrap/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://teamautomatons.in/assets/css/404.css">
</head>
<body>
<div class="container">
<div class="row bg-color d-flex justify-content-center text-center">
<h2 class="text-violet txt-bold p-3">404 - File Not Found</h2>
</div>
<div class="row bg-color d-flex justify-content-center">
<div class="col-md-5 col-lg-3 col-xs-8 col-sm-8 ">
<img src="https://teamautomatons.in/assets/img/404.jpg" alt="" class="img img-fluid">
</div>
</div>
<!-- End of row 1 -->
<div class="row justify-content-center text-center">
<h4 class="text-violet">Hey Buddy,Seems like you had lost your way !!</h4><br>
</div>
<div class="row justify-content-center text-center">
<p class="text-violet">Please check the URL again. or head on to</p>
</div>
<div class="row justify-content-center text-center">
<a href="https://teamautomatons.in/">
<button class="btn btn-yellow m-1">
Homepage
</button>
</a>
<a href="https://teamautomatons.in/contact-us.html">
<button class="btn btn-yellow m-1">
Contact
</button>
</a>
</div>
</div>
<footer class="text-right bg-colorX">
<small>© Team Automatons</small>
</footer>
</body>
</html>