-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCapri.html
More file actions
47 lines (46 loc) · 1.27 KB
/
Capri.html
File metadata and controls
47 lines (46 loc) · 1.27 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Suprabath Canada| Jewellery, Sarees, Kurtis</title>
<meta charset="UTF-8">
<meta name="description" content="Products to buy">
<meta name="keywords" content="Jewellery, Sarees, Kurtis">
<meta name="author" content="Suprabath">
<link rel="stylesheet" type="text/css" href="mystyle.css">
</head>
<style>
div.img {
margin: 100px;
border: 10px solid;
float: left;
width: 400px;
}
div.img img {
width: 100%;
height: auto;
}
</style>
<body>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-23050394-2', 'auto');
ga('send', 'pageview');
</script>
<h1 id= "title">Suprabath</h1>
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="About.html">About</a></li>
</ul>
</div>
<div class="img">
<a target="_blank" href="Capri.html">
<img src="Capri.jpg" alt="Saree" width="300" height="200">
</a>
<div class="desc">Capri</div>
</div>
</body>
</html>