-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmaintenance.html
48 lines (42 loc) · 1.99 KB
/
maintenance.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
<!DOCTYPE HTML>
<html>
<head>
<title>Lazehang - Home</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="keywords" content="Mangal Hang Limbu, Laze Hang, lazehang, web developer, Reactjs, Personal website " />
<meta name="description" content="Personal website of Mangal Hang Limbu (lazehang).">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/assets/css/reset.css" />
<link rel="stylesheet" href="/assets/css/index.css" />
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-KP5ZTGH');</script>
<!-- End Google Tag Manager -->
</head>
<body class="is-preload">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KP5ZTGH"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="container">
<div class="row">
<article>
<h2>Site will be back soon!</h2>
<p>
Sorry for the inconvenience but the site is undergoing some maintenance at the moment. If you need to you can always <a href="mailto:[email protected]">contact me!</a>
<div class="text-right">— Lazehang</div>
</p>
<p>
Meanwhile you can <a href="./assets/Resume-Mangal-Limbu.pdf">view my resume.</a>
</p>
</article>
</div>
</div>
</body>
</html>