Skip to content

Instantly share code, notes, and snippets.

@sameernyaupane
Created November 1, 2018 05:28
Show Gist options
  • Save sameernyaupane/7b20142f0bd8b2c84a09bce8432ba636 to your computer and use it in GitHub Desktop.
Save sameernyaupane/7b20142f0bd8b2c84a09bce8432ba636 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>My Website</title>
</head>
<body>
<h1>Sameer Nyaupane</h1>
<ul>
<li>
Write "Beginner's Guide to Web Development Part 1" article.
</li>
<li>
Write "Beginner's Guide to Web Development Part 2" article.
</li>
<li>
Write "Beginner's Guide to Web Development Part 3" article.
</li>
</ul>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment