Skip to content

Instantly share code, notes, and snippets.

@danielnjama
Created September 21, 2019 11:42
Show Gist options
  • Select an option

  • Save danielnjama/234ca00ac3f94e430428c940237727b4 to your computer and use it in GitHub Desktop.

Select an option

Save danielnjama/234ca00ac3f94e430428c940237727b4 to your computer and use it in GitHub Desktop.
My site // source https://jsbin.com/jirowos
<!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