-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
24 lines (22 loc) · 872 Bytes
/
Copy pathcontact.html
File metadata and controls
24 lines (22 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<html>
<head>
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<div class="header">
<a href="index.html">Home</a>
<a href="products.html">Products</a>
<a href="contact.html">Contact</a>
<a href="about.html">About</a>
</div>
</head>
<body>
<div class="row">
<br>
<img class="image-container" src="C:\lexicon_dotnet_nov25\Frontend\Bakery\Pictures\logo.png" alt="picture of letter">
</div>
</body>
<div class="footer">
<a href="https://www.facebook.com/munamiicupcakes/", target="_blank">Our Facebook</a>
<a href="https://www.instagram.com/munamii.cakery/", target="_blank">Our Instagram</a>
</div>
</html>