forked from gsasansol/GirlScript-Asansol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
32 lines (31 loc) · 1.34 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="404.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GirlScript Asansol</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<link href="https://fonts.googleapis.com/css?family=Roboto:700" rel="stylesheet">
</head>
<body>
<img class="bg" src="./Assets/pic1.png" alt="vector">
<div class="container">
<h1 class="head1">Page Not Found</h1>
<p class="message">The Page you are looking for doesn't exist or an other error occured. Go to <a class="link" href="https://girlscript-asansol.netlify.app/">Home Page.</a></p>
</div>
<div class="contact-me">
<div>
<h2 class="section">Contact Us</h2>
<div class="icon">
<a class="social" href="https://www.instagram.com/gsasansol/?next=%2F" target="_blanck" > <i class="fa fa-instagram"></i></a>
<a class="social" href="https://www.linkedin.com/company/gsasansol/" target="_blanck"> <i class="fa social-black-bg fa-linkedin"></i></a>
<a class="social" href="https://github.com/gsasansol" target="_blanck"> <i class="fa social-black-bg fa-github"></i></a>
</div>
</div>
</div>
</body>
</html>