-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (29 loc) · 993 Bytes
/
index.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>GALLERY</title>
<link rel="stylesheet" href="css.css">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
</head>
<body>
<div class="nav">
<div class="logo">
<a href="mbuddy.html"><span>M</span>BUDDY</a>
</div>
<div class="links">
<ul class="link">
<li><a href="home.html">HOME</a></li>
<li><a href="gallery.html">GALLERY</a></li>
</ul>
</div>
<div class="contact">
<a href="contact.html"> <button type="submit" name="button" value="CONTACT US"><span>CONTACT US</span></button> </a>
</div>
</div>
<header class="homeheader">
<h1 class="home">WELCOME TO <span>M</span>BUDDY IMAGE GALLERY😊</h1>
<a href="gallery.html"><button class="homebutton" type="button" name="button"><span>EXPLORE ❤</span></button></a>
</header>
</body>
</html>