forked from Aman09072000/chaturbhuj_infrastructure_website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacy.html
58 lines (47 loc) · 1.69 KB
/
privacy.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
<html>
<head>
<title>Albums page</title>
<link href="styleshhet.css" rel="stylesheet">
</head>
<body>
<!--header starting-->
<div class="header">
<div class="header-logo">
<img src="img/logo.png">
</div>
<div class="header-title">
<h2>Chaturbhuj Infrastructure</h2>
</div>
<div class="header-tag">
<a href="contact.html"><strong>CONTACT</strong></a>
<a href="albums.html"><strong>ALBUMS</strong></a>
<a href="index.html"><strong>HOME</strong></a>
</div>
</div>
<!--header ending-->
<!--main starting-->
<div class="main">
<div class="main-index">
<h2 id="main-heading"><strong>Privacy</strong></h2>
<h2 id="empty-main">This is empty beacause the the content is not available.</h2>
</div>
</div>
<!--main ending-->
<!--footer start-->
<div class="footer">
<div class="footer-left">
<div class="footer-logo">
<img src="img/logo.png"/>
</div>
<div class="footer-title">
<h2><strong>Chaturbhuj Infrastructure</strong></h2>
</div>
</div>
<div class="footer-tag">
<a href="privacy.html"><strong>PRIVACY</strong></a>
<a href="security.html"><strong>SECURITY</strong></a>
</div>
</div>
<!--footer end-->
</body>
</html>