-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsightning.html
104 lines (87 loc) · 4.3 KB
/
sightning.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>welcome to operation cage</title>
</head>
<body>
</body>
<div class="header">
<div class="nav">
<h3> Project cage</h3>
<ul>
<li><a href= "index.html">Home</a></li>
<li><a href="cryptids.html">cryptids</a></li>
<li><a href="sightning.html">sightning</a></li>
</ul>
</div>
<h1>Welcome</h1>
<p> you are on the sightings page </p>
</div>
<div class="main">
<h2></h2>
<div class = "wrapper">
<img src="./lamp.jpg" alt="lamp">
<div class = "container">
<h3>sightings of cryptids</h3>
<p>
Beast of Exmoor - In British folklore, the beast is a phantom cat said to roam the fields of Exmoor in Devon and Somerset in the United Kingdom.Sightings of the Beast of Exmoor were first reported in the 1970s, although the period of its notoriety began in 1983, when a South Molton farmer named Eric Ley claimed to have lost over a hundred sheep in the space of three months, all of them apparently killed by violent throat injuries. There was even a report of the Beast seen fishing with its paw into the River Barle at Simonsbath, whilst some locals theorised that its lair might be in old mine workings on the Moor.
<img src="Beast.jpg" alt="Trulli" width="500" height="333">
</p><br>
<p>
BigFoot - People claim to have seen Bigfoot, describing it as a large, hairy, muscular, bipedal ape-like creature, roughly 6–9 feet, covered in hair described as black, dark brown, or dark reddish. About one-third of all claims of Bigfoot sightings are located in the Pacific Northwest, with the remaining reports spread throughout the rest of North America. Most reports are considered mistakes or hoaxes, even by those researchers who say that Bigfoot exists.The debate over the legitimacy of Bigfoot sightings reached a peak in the 1970s.
<img src="bigfoot.jpg" alt="Trulli" width="500" height="333">
</p><br>
<P>
The Jersey Devil (also known as the Leeds Devil) is a legendary creature said to inhabit the Pine Barrens of South Jersey. The creature is often described as a flying biped with hooves, but there are many variations. The common description is that of a bipedal kangaroo-like or wyvern-like creature with a horse- or goat-like head, leathery bat-like wings, horns, small arms with clawed hands, legs with cloven hooves, and a forked tail. During the week of January 16 through 23, 1909, newspapers of the time published hundreds of claimed encounters with the Jersey Devil from all over the state. Among alleged encounters publicized that week were claims the creature "attacked" a trolley car in Haddon Heights and a social club in Camden.
<img src="jerseydevil.jpg" alt="Trulli" width="500" height="333">
</P></br>
</p>
</div>
<div>
<style>
table, th, td {
border: 1px solid black;
}
</style>
</head>
<body>
<h2>Type of crypton</h2>
<p>
In truth, the field of cryptozoology covers everything from scientifically plausible but poorly documented animals to demon-like monsters seen only in dark forests and shaky video footage
</p>
<table style="width:100%">
<tr>
<th>CRYPTIDS</th>
<th>DESCRIPTION</th>
<th>LOCATION</th>
</tr>
<tr>
<td>big foot</td>
<td>large and hairy</td>
<td>USA and Canda</td>
</tr>
<tr>
<td>Jerssy devil</td>
<td>winged bipedal horse</td>
<td>USA, New Jersey</td>
</tr>
<tr>
<td>Beast of exmoor</td>
<td>big cat</td>
<td>England</td>
</tr>
</table>
</div>
</body>
</html>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
</html>