-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yay
- Loading branch information
Showing
2 changed files
with
93 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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> |