-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (29 loc) · 1.03 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
35
36
37
38
39
40
41
<!doctype html>
<meta charset="utf-8">
<link rel="stylesheet" href="./static/style.css">
<title>Welcome to InqZin SSPL InqZin SSPL : Products</title>
<body>
<header>
<h1>InqZin SSPL : Products</h1>
<nav>
<ul class="nav navbar-nav">
<li class="active"><a href="./">Home</a></li>
<li><a href="./blog/">Blog</a></li>
<li><a href="./products/">Products</a></li>
<li><a href="./about/">About</a></li>
</ul>
</nav>
</header>
<div class="page">
<h2>Welcome to InqZin SSPL</h2>
<p>Welcome to InqZin Sales & Services Pvt Ltd.</p>
</div>
<footer>
© Copyright 2016 by InqZin SSPL.<br/>
<small>All Rights Reserved. Reproduction of this content is prohibited.</small>
<p>
<small>Dealers, Distributors & Plant Consultants always welcome. Mail us at [email protected]<small><br/>
<small>Information Provided here may subject to change due to continuous product improvements.</small>
</p>
</footer>
</body>