-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathContactinfo.html
More file actions
87 lines (66 loc) · 2.85 KB
/
Contactinfo.html
File metadata and controls
87 lines (66 loc) · 2.85 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Contact-info</title>
<link rel="icon" href="pk1.jpg">
<link rel="stylesheet" href="bootstrap.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container-fluid-sm">
<h1 id="stencil"><b> ♥ Contact-info ♥ </b></h1><br>
<div class="row info">
<div class="col "><a href="index.html">♥Home♥</a></div>
<div class="col "><a href="myfavorites.html">♥My-Favorites♥</a></div>
<div class="col "><a href="stencilarts.html">♥Stencil-Arts</a></div>
<div class="col "><a href="commission.html">♥Commission-Works</a></div>
<div class="col "><a href="devotional.html">♥Devotional-Arts♥</a></div>
<div class="col "><a href="Contactinfo.html">♥Contact-info</a></div>
<div class="col "><a href="priceinfo.html">♥Price-info</a></div>
</div><br>
<div class="row">
<img id="img" src="contact.jpg" alt="contact">
</div>
<br>
<h1 id="stencil"><b> ♥ Best Moments with Best Memories ♥ </b></h1><br>
<br>
<div class="row">
<div class="col">
<img id="img" src="a1.jpg" alt="a1" width="100%" height="100%">
</div>
</div><br>
<div class="row">
<div class="col">
<img id="img" src="a3.jpg" alt="a3" width="100%" height="100%">
</div>
</div>
<br>
<div class="row">
<div class="col">
<img id="img" src="a6.jpg" alt="a6" width="100%" height="100%">
</div>
</div><br>
<div class="row">
<div class="col">
<img id="img" src="a2.jpg" alt="a2" width="100%" height="100%">
</div>
</div>
<br>
<div class="row footer">
<p>
<h5>Artist Reference :<a class="ref"
href="https://instagram.com/wizard_arts_18?igshid=YTQwZjQ0NmI0OA=="><b>@Wizard_Arts_18</b></a></h5><br>
<pre> CONTACT:
✉ : rasoolshaik2117@gmail.com
☎ : 9100876239
<img src="instagram.png" alt="insta symbol" width="15px" height="15px">: <a href="https://instagram.com/wizard_arts_18?igshid=YTQwZjQ0NmI0OA=="><b>@Wizard_Arts_18</b></a>
</pre>
</p>
<p>© 2023 Wizard_Arts_18,Inc. All Rights Reserved. </p>
<br><br><br>
</div>
</div>
</body>
</html>