Created
September 21, 2019 11:42
-
-
Save danielnjama/234ca00ac3f94e430428c940237727b4 to your computer and use it in GitHub Desktop.
My site // source https://jsbin.com/jirowos
This file contains hidden or 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"> | |
| <meta name="viewport" content="width=device-width"> | |
| <title>My site</title> | |
| </head> | |
| <body> | |
| <p>Hellow there, this is my first website</p> | |
| <img src="www.hen.com/hen.jpg"> | |
| <hr/> | |
| <hr/> | |
| <h1>hae</h1> | |
| <ul> | |
| <li>eggs</li> | |
| <li>smokies </li> | |
| <li> chips </li> | |
| <li> bajia</li> | |
| <ol> | |
| <li>ya waru </li> | |
| <li> ya sukuma </li> | |
| <li> kitunguu </li> | |
| </ol> | |
| </ul> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment