-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (33 loc) · 1.65 KB
/
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
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title> Weta || Welcome .. </title>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body style="background:darkslategray;">
<div class="header">
<a href="index.html" class="logo"><img src="images/logo_webby.jpg" width="50px" height="50px"></img></a>
<nav class="header-right">
<a href="home.html" id="home">Home</a>
<a href="about.html" id="about">About</a>
<a href="contact.html" id="contact">Contact</a>
<a href="join_us.html" id="our_goal">Join Us</a>
</nav>
</div>
<div>
<h1>Your Choice</h1>
</div>
<div class="gallery">
<a href="pic1s.html" alt="Smiley face"><img src="images/pic1s.jpg" alt="Smiley face" width=250px height=200px ></a>
<a href="pic1s.html" alt="Smiley face"><img src="images/pic2s.jpg" alt="Smiley face" width=250px height=200px></a>
<a href="pic1s.html" alt="Smiley face"><img src="images/pic3s.jpg" alt="Smiley face" width=250px height=200px></a>
<a href="pic1s.html" alt="Smiley face"><img src="images/pic4s.png" alt="Smiley face" width=250px height=200px></a>
<a href="pic1s.html" alt="Smiley face"><img src="images/pic5s.jpg" alt="Smiley face" width=250px height=200px></a>
<a href="pic1s.html" alt="Smiley face"><img src="images/pic6s.jpg" alt="Smiley face" width=250px height=200px></a>
<a href="pic1s.html" alt="Smiley face"><img src="images/pic7s.jpg" alt="Smiley face" width=250px height=200px></a>
<a href="pic1s.html" alt="Smiley face"><img src="images/pic8s.jpg" alt="Smiley face" width=250px height=200px></a>
</div>
</div>
</body>
</html>