-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (42 loc) · 1.68 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Science Study Help</title>
<link href="mainCSS.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="navbar">
<p id="webName"><a href="index.html">Science Study Help</a></p>
<a href="games.html">Games</a>
<div class="dropdown">
<button class="dropbtn">Biology</button>
<div class="dropdown-content">
<a href="./Biology/Biomolecules_Page/bioMol.html">Biomolecules</a>
<a href="./Biology/CirculatorySys_Page/circulatorySystem.html">Circulatory System</a>
<a href="./Biology/RespiratorySys_Page/respiratorySystem.html">Respiratory System</a>
<a href="./Biology/SkeletalSys_Page/skeletalSystem.html">Skeletal System</a>
</div>
</div>
</div>
<h1>Welcome to Science Study Help</h1>
<div id="body">
<div id="intro">
<!--Image if wanted <img src="" id="">-->
<p>Here, you can find information to all of the basic science you need. It may be to study, or for a project, or to self teach. No matter what, this has you covered.
</p>
</div>
</div>
<div>
<p class="copyright">GarciaStudios</p>
<p class="copyright">© 2021 All Rights Reserved</p>
<p class="copyright">Copyright Disclaimer Under Section 107 of the Copyright Act of 1976, allowance is made for
"fair use"
for purposes such as criticism, comment, <br>
news, reporting, teaching, scholarship, and research. Fair Use is a use permitted by copyright statue that might
otherwise be infringing.
</p>
</div>
</body>
</html>