-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy patherror.html
61 lines (42 loc) · 1.74 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html>
<!-- Meta Tags -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="" />
<meta name="keywords" content="Bhuvana, Bhuvaneswari Subramani, Homepage, website, Bhuvana website, Bhuvana site" />
<meta name="author" content="Bhuvana" />
<!-- Website Title -->
<title>Maitenance Page</title>
<!-- OG Meta Tags to help improve your post's appearance when shared on LinkedIn, FaceBook or Twitter-->
<meta property="og:title" content="Bhuvanaeswari Subramani's Homepage"/>
<meta property="og:image" content=""/>
<meta property="og:url" content=""/>
<meta property="og:site_name" content=""/>
<meta property="og:description" content=""/>
<meta name="twitter:title" content="Bhuvanaeswari Subramani's Homepage" />
<meta name="twitter:image" content="" />
<meta name="twitter:url" content="" />
<meta name="twitter:card" content="" />
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Roboto'>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.0/css/all.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Favicons -->
<link rel="icon" href="images/favicon.png">
<style>
html,body,h1,h2,h3,h4,h5,h6 {font-family: "Roboto", sans-serif}
.checked {
color: grey;
}
</style>
<body class="w3-light-grey">
<!-- Page Container -->
<div class="w3-content w3-margin-top" style="max-width:1400px;">
<h4>Will be back soon!</h4>
<!-- End Page Container -->
</div>
</body>
</html>