-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (29 loc) · 877 Bytes
/
index.html
File metadata and controls
33 lines (29 loc) · 877 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Biologie</title>
<link rel="stylesheet" href="https://Hi2272.github.io/Style.css">
</head>
<body>
<header>
<h1>Übungsmaterialien Biologie</h1>
</header>
<section>
<a href="Proteinsynthese/index.html">Proteinsynthese</a><br>
<a href="Translation/index.html">Online-Übung Translation</a><br>
<a href="Translation/Translation.html">Lückentext Translation</a><br>
<a href="Biotechnologie/index.html">Biotechnologie</a><br>
<hr>
<a href="Photosynthese/index.html">Photosynthese</a><br>
<hr>
<a href="Darmflora.pdf">Darmflora (Biomes)</a><br>
<hr>
<a href="Dichteanomalie/index.html">Temperaturschichtung See</a>
</section>
<footer>
<br><br><hr>
<a href="https://Hi2272.github.io/">zurück</a>
</footer>
</body>
</html>