-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfavourites.html
34 lines (27 loc) · 1.16 KB
/
favourites.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Comdivatible" content="IE=edge" />
<meta name="viewdivort" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<title>Roots Plant Shop</title>
<link rel="stylesheet" href="style2.css">
</head>
<body>
<header>
Favourites
</header>
<p>You Have No Favourites Yet! <br>
<i class="material-symbols-outlined"> heart_broken</i>
</p>
<footer class="footer">
<a href="contact.html">contact us <br> <i class="material-symbols-outlined">mail</i></a></li><br> |
<a href="mediacentre.html">media centre <br> <i class="material-symbols-outlined">newspaper</i></a></li><br> |
<a href="community.html">our community <br> <i class="material-symbols-outlined">forum</i></a></li><br>
</footer>
</body>
</html>