-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage7.html
More file actions
145 lines (120 loc) · 5.45 KB
/
page7.html
File metadata and controls
145 lines (120 loc) · 5.45 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
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8" />
<title>Page 7 | Exploded</title>
<link rel = "stylesheet" href = "https://fonts.googleapis.com/css?family=Anton|Open+Sans">
<link rel="icon" type="image/png" href="Images/favicon.png">
<link rel="stylesheet" href="style.css?cachebust=13">
<script src="script.js?cachebust=13"></script>
</head>
<body>
<div id="promo">
<div>Content Posted Weekly!</div>
<div style="display:none;">Subscribe For Updates!</div>
<div style="display:none;">Stay Tuned For Poetry And Prose!</div>
<div style="display:none;">Send Feedback And See Responses!</div>
</div>
<div id="topMenu">
<div class="wrap">
<div id="topLinks">
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li class="has-submenu">
<a href="aboutbook.html" id="read-link">Read</a>
<ul>
<li><a href="aboutbook.html">About Book</a></li>
<li><a href="page1.html">Open Book</a></li>
<li class="has-submenu">
<a href="#">Books</a>
<ul>
<li class="has-submenu">
<a href="#">Exploded</a>
<ul>
<li><a href="exploded-pages.html">Pages</a></li>
<li><a href="exploded-chapters.html">Chapters</a></li>
</ul>
</li>
<li class="has-submenu">
<a href="#">The Pinnacle of Reality</a>
<ul>
<li><a href="pinnacle-pages.html">Pages</a></li>
<li><a href="pinnacle-chapters.html">Chapters</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li>
<a href="poetry.html">Poetry</a>
</li>
<li>
<a href="search.html" title="Search"><span class="search-icon">🔍</span></a>
</li>
</ul>
</div>
<a class="logo" href="index.html">KnowFlux</a>
</div>
</div>
<div class="wrap">
<div class="page-header-container">
<h2 class="page-title">Page 7</h2>
<h3 class="page-subtitle">A Murder</h3>
</div>
<div class="page-content" id="page1-content">
<p>Just as Exploded awoke, thirty-nine miles away, a gentle gust of wind found its way into a cave cut roughly but efficiently into the space under a tree’s roots.
</p>
<p>The cave was small and wanting for sunlight, but the dragon inside didn’t care.
</p>
<p>He’d been born into harsher conditions, and to him, this was luxury.
</p>
<p>He’d escaped through countless attempts on his life and those around him. He’d lived through war and had seen enough blood to completely alter himself.
</p>
<p>He was a survivor; his sole goal was safety.
</p>
<p>He was sleeping on the mud floor, the fire-hardened walls preventing bugs and cave-ins. Several yards above him, the ceiling, also fire-hardened, contained a stone slab embedded in the mud.
</p>
<p>It had a deep groove cut into it, and when lifted, allowed enough space for an average dragon to fit through.
</p>
<p>He stirred slightly as the wind rushed over him, but didn’t wake.
</p>
<p>As the hours passed, sunlight filtered through the ceiling, and he awakened with a start.
</p>
<p>His instincts took over, allowing him to scan the cave for any danger and prepare himself for sudden attacks.
</p>
<p>He listened carefully for the telltale signs of dragons outside the cave, but there were none.
</p>
<p>Satisfied, he relaxed and stretched his wings. He then flew slowly towards the stone slab and inserted his claws into the groove.
</p>
<p>He lifted it and landed gently on the forest floor. The tree above his cave was one of thousands of different trees, making his cave ideal. Furthermore, the stone that allowed him to come in and out of the cave was muddied and was almost ignorable; one stone alone made no difference compared to the millions – possibly even billions of stones in this forest alone.
</p>
<p>He inhaled deeply, preparing for high flight. He didn’t allow himself any time for luxuries; every second wasted was another second for a hostile dragon to find him.
</p>
<p>He launched off the grounds and soared towards higher altitudes, where most dragons didn’t fly.
</p>
<p>He was only able to remain there for extended periods of time because of strength and breath training.
</p>
<p>He scanned the ground, acute eyes looking for signs of prey. This would be his first meal in two days, and he was determined to catch something.
</p>
<p>He saw movement below – could it be?
</p>
</div>
<div class="page-footer-action" style="display: flex; justify-content: space-between; align-items: center; width: 100%;">
<a href="page6.html" class="comingSoonButton" style="padding: 15px 30px;">⬅️</a>
<a href="page8.html" class="comingSoonButton">➡️</a>
</div>
</div>
<div id="scroll-progress-container">
<div id="scroll-progress-bar"></div>
</div>
<div id="copyright">
<div class="wrap">
<div>© <span id="copyright-year">2026</span> <span class="logo">KnowFlux</span></div>
</div>
</div>
</body>
</html>