-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
118 lines (106 loc) · 3.99 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
108
109
110
111
112
113
114
115
116
117
118
<<<<<<< HEAD
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Auto Revive | Contact</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<meta name="description" content="This is an auto parts sales site">
<meta property="og:url" content="https://www.Auto-Revive.com/">
<meta property="og:title" content="Get original auto parts here">
<meta property="og:description" content="Your original auto parts store ">
<meta property="og:site_name" content="Auto-Revive Posts">
<meta property="og:type" content="website">
<meta property="og:locale" content="root">
<link rel="icon" type="image/png" href="./assets/favion-2.png" sizes="64px x 64px">
<link rel='stylesheet' type='text/css' media='screen' href='main.css'>
<script src='main.js'></script>
</head>
<body>
<!----- logo ------>
<div class="logo">
<a href="./Home.html"><img src="./assets/logo-250px.png" alt=""></a>
</div>
<!--x-- logo --x--->
<!----- nav ------>
<nav>
<div class="menu">
<ul>
<li>
<a href="./Home.html"> HOME </a>
<a href="./Products.html"> PRODUCTS </a>
<a href="./contact.html"> CONTACT </a>
</li>
</ul>
</div>
</nav>
<!---x- nav --x--->
<!----- Body ------>
<div>
</div>
<!--x-- section 1 --x--->
<!----- section 2 ------>
<div class="value">
</div>
<!----x- section 2 ---x--->
<!----- footer ------>
<footer>
All right reversed | © Auto Revive Nigeria Limited 2021
</footer>
<!--x-- footer --x--->
</body>
=======
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Auto Revive | Contact</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<meta name="description" content="This is an auto parts sales site">
<meta property="og:url" content="https://www.Auto-Revive.com/">
<meta property="og:title" content="Get original auto parts here">
<meta property="og:description" content="Your original auto parts store ">
<meta property="og:site_name" content="Auto-Revive Posts">
<meta property="og:type" content="website">
<meta property="og:locale" content="root">
<link rel="icon" type="image/png" href="./assets/favion-2.png" sizes="64px x 64px">
<link rel='stylesheet' type='text/css' media='screen' href='main.css'>
<script src='main.js'></script>
</head>
<body>
<!----- logo ------>
<div class="logo">
<a href="./Home.html"><img src="./assets/logo-250px.png" alt=""></a>
</div>
<!--x-- logo --x--->
<!----- nav ------>
<nav>
<div class="menu">
<ul>
<li>
<a href="./Home.html"> HOME </a>
<a href="./Products.html"> PRODUCTS </a>
<a href="./contact.html"> CONTACT </a>
</li>
</ul>
</div>
</nav>
<!---x- nav --x--->
<!----- Body ------>
<div>
</div>
<!--x-- section 1 --x--->
<!----- section 2 ------>
<div class="value">
</div>
<!----x- section 2 ---x--->
<!----- footer ------>
<footer>
All right reversed | © Auto Revive Nigeria Limited 2021
</footer>
<!--x-- footer --x--->
</body>
>>>>>>> 6d5b6ac45c4b4e1f4b7f1f0e5677e33599c6a0f8
</html>