-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenu.html
More file actions
29 lines (29 loc) · 1.1 KB
/
menu.html
File metadata and controls
29 lines (29 loc) · 1.1 KB
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
<!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>Menu</title>
<link rel="stylesheet" href="menu.css">
<link rel="stylesheet" href="made_sunflower/MADE Sunflower PERSONAL USE.otf">
</head>
<body>
<a href="index.html"><h2>X</h2></a>
<ul>
<a href="index.html"><img id="genbrun" src="images/logo.png" alt="GenBRUN Logo"></a>
</ul>
<ul id="menu">
<a href="index.html"><h1>HOME</h1></a>
<a href="aboutus.html"><h1>ABOUT US</h1></a>
<a href="gallery.html"><h1>GALLERY</h1></a>
<a href="contactpage.html"><h1>CONTACT</h1></a>
</ul>
<ul>
<section id="images">
<a id="ig" href="https://www.instagram.com/genbrun.dk/" target="_blank"><img id="ig" src="images/instagram-logo.png" alt="Instagram Link"></a>
<a id="fb" href="https://www.facebook.com/HeidisMixBix" target="_blank"><img id="fb" src="images/facebook-logo.png" alt="Facebook Link"></a>
</section>
</ul>
</body>
</html>