-
Notifications
You must be signed in to change notification settings - Fork 640
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (55 loc) · 3.2 KB
/
index.html
File metadata and controls
69 lines (55 loc) · 3.2 KB
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
<!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="./css/style.css">
<title>BigFootShadow4509's Blog</title>
</head>
<body>
<div class="header">
<div>BigFootShadow4509's Blog</div>
<a href="#" class="home-link">Home</a>
</div>
<div class="main">
<div class="post-article">
<div class="image-container">
<img src="./img/big-foot.jpg" alt="" srcset="">
</div>
<h1 class="title">
My Bigfoot Sighting
</h1>
<div class="paragraph">
Hey there, fellow adventurers!
</div>
<div class="paragraph">
I have to admit, I didn’t expect my weekend hike in the Cascade Mountains to turn into something <i>straight out of a legend</i>. But here we are—<i>I saw Bigfoot</i>.
</div>
<div class="paragraph">
It all started early in the morning. The mist was still clinging to the trees as I set off on the trail. It was the kind of quiet that makes you feel like you're the only person in the world, and honestly, I was just enjoying the peaceful solitude when I spotted something strange.
</div>
<div class="paragraph">
I noticed a shadow in the distance—tall, dark, and… not quite right. At first, I thought it was a bear, but something felt off. It moved so gracefully through the trees, almost like it was aware of my presence. My heart skipped a beat as I realized it wasn’t a bear at all—it was a figure standing on two legs. And it was massive.
</div>
<div class="paragraph">
I tried to convince myself it was a trick of the light, but then it moved again, stepping into a patch of sunlight that filtered through the trees. I got a glimpse—this wasn’t a person in a suit, no way. It was covered in dark, matted hair, and its posture was unlike anything I’d seen before. I couldn’t make out its face, but its eyes… oh man, its eyes glowed in the dim forest like something out of a dream.
</div>
<div class="paragraph">
In a blink, it disappeared into the woods, vanishing as quickly as it had appeared. I stood there frozen, my heart still racing. No camera. No phone. Just me and the wild.
</div>
<div class="paragraph">
Some people will say I imagined it. Some will say it was a trick of the light. But I know what I saw. I don’t have all the answers, but I can tell you this—there’s something out there, something ancient, and it doesn’t want to be found.
</div>
<div class="paragraph">
If you ever find yourself hiking in the wild, <b>keep your eyes peeled</b>. You might just encounter the creature of legends.
</div>
<div class="paragraph">
Stay curious, Hunter
</div>
</div>
</div>
<div class="footer">
<div>© 2025 BigFootShadow4509</div>
</div>
</body>
</html>