-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPrehistoric.html
37 lines (37 loc) · 1003 Bytes
/
Prehistoric.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
<!DOCTYPE html>
<html>
<head>
<title>Prehistoric</title>
<link rel="stylesheet" type="text/css" href="Type.css">
</head>
<body>
<div style="font-size: 50px">
<a href="Main.html">Back</a>
<a href="Mammal.html">Mammals</a>
<a href="Birds.html">Birds</a>
<a href="Reptiles.html">Reptiles</a>
<a href="Amphibians.html">Amphibians</a>
<a href="Invertebrates.html">Invertebrates</a>
</div>
<div style="font-size: 100px">
<a href="">Allosaurus</a>
<a href="">Ankylosaurus</a>
<a href="">Apatosaurus</a>
<a href="">Archaeoptheryx</a>
<a href="">Brachiosaurus</a>
<a href="">Dilophosaurus</a>
<a href="">Dracorex</a>
<a href="">Iguanodon</a>
<a href="">Microraptor</a>
<a href="">Pachycephalosaurus</a>
<a href="">Parasaurolophus</a>
<a href="">Spinosaurus</a>
<a href="">Stegosaurus</a>
<a href="">Triceratops</a>
<a href="">Troodon</a>
<a href="">Tyrannosaurus Rex</a>
<a href="">Velocyraptor</a>
<a href="">Wolly Mammoth</a>
</div>
</body>
</html>