-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabsent.html
30 lines (22 loc) · 1.22 KB
/
absent.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="absent.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="shortcut icon" href="favicon.png">
<title>Absent| Vikas Yadav</title>
</head>
<body>
<div class="container">
<h1 id="first">This is not a 404 file not found error.<br/>
As this site is under construction some parts are not working. But most of them are working.
</h1>
<div class="icon"><i class="fas fa-user-astronaut"></i> ∑∑∑∑ sorry for this¬¬¬¬¬</div>
<h2 id="second">Please have a look in the website and please let the administrator know that how he can improve things. <br/>
click here to go to Homepage <a href="index.html"><i class="fas fa-home"></i></a> <br/>
click here to go to contact page <a href="contact.html"> <i class="fas fa-mobile"></i></a>
</h2>
</div>
</body>
</html>