Created
August 1, 2014 11:21
-
-
Save anonymous/4eeee35fc92cfd159103 to your computer and use it in GitHub Desktop.
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
<!doctype html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>The things I love the most </title> | |
<h1> The things I love the most</h1> | |
<h2> Singing</h2> | |
</head> | |
<body> | |
<p>I like singing because it makes me feel free> These are some of my favorioute songs</p> | |
<ol> | |
<li> Let it go</li> | |
<li> For the first time in for ever</li> | |
<li> The bear and the sictes</li> | |
<li> | |
</ol> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment