-
Notifications
You must be signed in to change notification settings - Fork 0
/
pg3.htm
52 lines (52 loc) · 1.99 KB
/
pg3.htm
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
<html>
<head>
<link rel="stylesheet" href="style/pg.css"
<meta charset="utf-8">
<title>
My First Web-Story
</title>
</head>
<body style="background-color:#FFFFCC;">
<!-- <script src="script1.js"></script> -->
<header>
<b><h1 align="center"><span id="trn" title="A great story about The Great Master">The One First</span></h1></b>
<p align="right"><a href="https://vk.com/demonkratiy" target="_blank" title="A true Hero! ;)">Author - Alexey Semenov</a><p>
<p align="right"><a href="mailto:[email protected]?subject=Real%20Theme&body=May%20the%20force%20will%20be%20with%20you!%0AJedi">✉ Email Me</a></p>
</header>
<hr />
<header>
<h2 align="center">Chapter one: <br />F<small>rom the deeps of the Everest picke.</small></h2>
</header>
<hr />
<center><section>
<b>N</b><small>ot so far, and not just long ago, </small><br />
<b>A</b> <small>brave <a href="#trn">trainee</a> came to the mighty GDC.</small><br />
<b>H</b><small>e found there:</small>
<ul>
<li>road;</li>
<li>& steps.</li>
</ul>
<b>T</b><small>he path to needed place,</small><br />
<b>W</b><small>as going through the ordered steps:</small>
<ol>
<li>Floor - One;</li>
<li>Floor - Two;</li>
<li>Floor - Three;</li>
<li>Floor - Four;</li>
<li>And - Five.</li>
</ol>
<b>T</b><small>hanks to the lift,</small><br />
<b>I</b><small>t wasn't been so far...</small>
</section>
<footer>
<a href="pg1.htm" title='Mysterious STAR'>
<span style="color: rgba(242, 38, 38, 0.74); font-size: 45px; font-family: 'Comic Sans MS';">✪</span></a></center>
<p align=center>-Page 1-</p>
<nav align="center">
<a href="pg1.htm">⇒Page 1</a>
<a href="pg2.htm">⇔Page 2</a>
<a href="pg3.htm">⇔Page 3</a>
</nav>
</footer>
</body>
</html>