-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstory.html
93 lines (91 loc) · 2.59 KB
/
story.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="favicon.ico">
<title>heart+love=❤️</title>
<header><h1>heart+love=❤️</h1></header>
</head>
<body>
<style>
body{
color: lightyellow;
background-color: crimson;
}
div{
border: lightyellow;
}
a{
color: lightyellow;
}
</style>
<ul id="Table of contents">
<li>
<a href="#Table of contents">table of contents</a>
</li>
<li>
<a href="#the seeds">the seeds</a>
</li>
<li>
<a href="#the intro">the intro</a>
</li>
<li>
<a href="#the growth">the growth</a>
</li>
</ul><div id="the intro">
<h3>
once upon a time there was a gardener and he loved <b>sunflowers</b>.
</h3>
<div id="the seeds">
<h1>the seeds</h1><hr>
<h3>
the gardener planted 2 sunflowers<br>
and the sun shone<br>
the rain fell<br>
the gardener watered them<br>
for 99 days----(and one night)----<br>
and then...<br>
the gardener...<br> got suprysd.......
<ul>
<li>
<a href="#Table of contents">Table of contents</a>
</li>
<li>
<a href="#the seeds">the seeds</a>
</li>
<li>
<a href="#the intro">the intro</a>
</li>
<li>
<a href="#the growth">the growth</a>
</li>
</ul>
</h3>
</div>
<div id="the growth">
<h1>
the growth<hr>
</h1>
<h3>
after the gardener waited...<br>
2 sunflowers were there....<br>
after the gardener waited...<br>
the 2 sunflowers were stretching towards each other....
<ul>
<li>
<a href="#Table of contents">Table of contents</a>
</li>
<li>
<a href="#the seeds">the seeds</a>
</li>
<li>
<a href="#the intro">the intro</a>
</li>
<li>
<a href="#the growth">the growth</a>
</li>
</ul>
</h3>
</div>
</body>
</html>