-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteenysfinalprojecthome.html
57 lines (56 loc) · 2.37 KB
/
teenysfinalprojecthome.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
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="teenysfinalprojecthome.css">
<title>Homepage | Fruits</title>
<meta
name="description"
content="Our website about favorite fruits and nutritious benefits of some. Along with an
interactive game.">
</head>
<body>
<div id="projhome">
<header>
<a href="ourcredits.html#gif"><img src="fruit.gif" alt="fruit-gif"></a> <h1>Fruit Fruit Fruit Galore!</h1> <a href="ourcredits.html#gif"><img src="fruit.gif" alt="fruit-gif"></a>
<br><br>
<h4>Learn about various fruits and play interactive games to learn what's the best fruit for you</h4>
<div id="temphide">
<br>
<label for="fruit">Secret Password *Hint-It's your favorite fruit*: </label><input id="fruit" placeholder="Fruit">
<button onclick="check()" id="check-fruit">Check</button>
</div>
</header>
<h3 id="output"></h3>
<div id="hide">
<nav>
<ul>
<li><a href="teenysfinalprojecthome.html">Home</a> </li>
<li><a href="about.html">About</a></li>
<li><a href="fruit1-final-peishu.html">Watermelon</a></li>
<li><a href="teenysfinalprojectfruit2.html">Maarten's Top Three</a></li>
<li><a href="banana.html">Banana</a></li>
<li><a href="durian.html">Durian</a></li>
<li><a href="interactive.html">What Kind of Fruit Are You?</a></li>
<li><a href="contact-final-peishu.html">Contact</a></li>
</ul>
</nav>
<main>
<p>
Welcome to Fruit Galore, where vibrant colors and delicious flavors unite!
<br>Dive into the heart of our fruity haven, celebrating the extraordinary world of nature's candy.
<br>Our website is a joyous exploration of some of the most delightful fruits, each with its unique
burst of freshness and nutritional goodness. <br>Get ready to discover the stories behind our
favorite fruits and have some fun with our entertaining fruit-themed interactive features.
</p>
</main>
</div>
<footer>
<p>
All rights are reserved <a href="ourcredits.html">Credits </a> ©
</p>
</footer>
</div>
<script src="teenysfinalprojecthome.js"></script>
</body>
</html>