-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (28 loc) · 1.08 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Student Education</title>
<link rel="shortcut icon" type="image/jpg" href="images/favicon.PNG"/>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="bg-image"> </div>
<div id="example1">
<div class="bg-text">
<h1>Animal-Edu</h1>
<h4>Welcome to the grand world of education.<br>
With a lot of hurriedness in your life, I am happy <br>
that you came here to spend some time getting to <br>
know about various things you probably <br>
didn't know. Here, you can get knowledge about <br>
the vast world of animals - how they live, and <br>
you'll probably get to know some animals you <br>
didn't know before! Press continue to go to the <br>
new world of animals, to discover something new <br>
and increase your interest towards nature <br>
</h4>
<button onclick="document.location='html/science.html'">Continue</button>
</div>
</div>
</body>
</html>