forked from Diptenusarkar/Website-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (31 loc) · 1.24 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Name of an Owner.">
<meta name="publisher" content="Name of an Owner.">
<meta name="copyright" content="Name of an Owner.">
<meta name="description" content="This short description describes my website.">
<meta name="page-topic" content="Media">
<meta name="page-type" content="Blogging">
<meta name="audience" content="Everyone">
<meta name="robots" content="index, follow">
<title>Website Under construction | Diptenu Sarkar</title>
<link rel="stylesheet" href="style/main.css">
</head>
<body>
<div class="main_div">
<div class="img_dev">
<img src="./assets/Developer activity-bro.svg" alt="icon">
</div>
<div class="text_dev">
<h2>Website under construction<span class="red">.</span> </h2>
<p>
Want to see a preview of your website? <br> <span class="hover-link"><a href="https://diptenu.wuc01.dsky.in/">Click here</a></span><span class="red">.</span>
</p>
</div>
</div>
</body>
</html>