-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
53 lines (51 loc) · 1.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
<!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" />
<meta
name="description"
content="Contact Aboutberries.com to learn more about different family of Berries"
/>
<title>About Berries - Contact us to learn more</title>
<link
rel="shortcut icon"
type="image/jpg"
href="https://fashionsista.co/downloadpng/png/20200901/berry-blueberries-blueberry-fruit-icon.jpg"
/>
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin="anonymous"
/>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"
></script>
<link rel="stylesheet" href="/css/style.css" />
</head>
<body>
<div class="container">
<h1>Contact us</h1>
<p class="mt-5 text-center">
To contact berries.com, please email us at
<a
class="email-link"
href="mailto:[email protected] "
title="Contact us by e-mail"
>
>
for more info
</p>
<div class="navigation">
<a href="/" title="Home">Homepage</a>
<a href="/Photo.html" title="Berry photo">Photos</a>
<a href="/contact.html" title="Contact us by E-mail">Contact</a>
</div>
</div>
</body>
</html>