-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
107 lines (94 loc) · 3.69 KB
/
contact.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
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!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">
<title>Contact Us!</title>
<link rel="stylesheet" href="contact.css">
</head>
<body>
<div class="nav">
<img id="logo" style="width:90px;height:90px" src="./images/Computer.png" alt="">
<a class="Atitle" href="./index.html">
<h1> CompFrat.tech</h1>
</a>
<div>
<form>
<input placeholder="Search" type="text" id="search" />
<button type="submit">Search
</button>
</form>
</div>
<a class="Atitle" href="./product.html">Product</a>
<a class="Atitle" href="./cart.html">Cart</a>
<a class="Atitle" href="./contact.html">Contact Us</a>
</div>
<div class="contact">
<p>Reach Out to Us :-</p>
<a href = "mailto: customersupport@CompFrat.Tech">Send Email :- customersupport@CompFrat.Tech </a>
<!-- <p>customersupport@CompFrat.Tech</p> -->
<p>+91-8888999900</p>
<p>+91-4444555522</p>
</div>
<div class="banner1_top">
<h1>
Please! Share Your Valuable Feedback
</h1>
</div>
<div>
<div class="footer-section">
<p>
<a href="./contact.html">
*IMPORTANT CompFrat’s DETAIL
</a>
<br>
<strong>
<br>
*CompFrat'S TERMS AND CONDITIONS
</strong>
: apply to all sales available on request or at "Terms and Conditions of Sale" located at the bottom of
our homepage at
<a href="./index.html">
www.CompFrat.Tech
</a>
<br>
<br>
<strong>
TRADEMARKS
</strong>
: Celeron, Intel, the Intel logo, Intel Atom, Intel Core, Intel Inside, the Intel Inside logo, Intel
vPro, Intel Evo, Intel Optane, Intel Xeon Phi, Iris, Itanium, MAX, Pentium, and Xeon are trademarks of
Intel Corporation or its subsidiaries.
<br>
<br>
© 2023 NVIDIA, the NVIDIA logo, GeForce, GeForce RTX, GeForce MAX-Q, GRID, SHIELD, Battery Boost, CUDA,
FXAA, GameStream, G-Sync, NVLINK, ShadowPlay, SLI, TXAA, PhysX, GeForce Experience, GeForce NOW,
Maxwell, Pascal and Turing are trademarks and/or registered trademarks of NVIDIA Corporation in the U.S.
and other countries.
<br>
<br>
<strong>
RETURNS POLICY </strong>
: CompFrat’s “Returns Policy” found at //www.CompFrat.Tech/ applies to all sales. Choose carefully, as
order cancellation rights are limited and additional costs may apply.
<br>
<br>
<strong>
MISTAKES
</strong>
: While all efforts are made to check pricing and other errors, inadvertent errors do occur from time to
time and CompFrat's reserves the right to decline orders arising from such errors.
<br>
<br>
<strong>
ONLINE PRICING
</strong>
: Prices advertised online include delivery charges & GST
<br>
<br>COPYRIGHT: © 2023 CompFrat Inc. All rights reserved.
</p>
</div>
</div>
</body>
</html>