Skip to content

Instantly share code, notes, and snippets.

@Awlter
Last active January 2, 2017 11:26
Show Gist options
  • Save Awlter/9e05a5c6b11c5c11a2dcb5a5e67ea150 to your computer and use it in GitHub Desktop.
Save Awlter/9e05a5c6b11c5c11a2dcb5a5e67ea150 to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en-US">
<head>
<title>My first web page</title>
<meta charset="UTF-8" />
</head>
<body>
<h1>Walter</h1>
<h2>Future front-end developer</h2>
<p><strong>Github profile: </strong><a href="lala">Walter</a></p>
<h3>My top 5 links</h3>
<ol>
<li><a href="#" target="_blank">Douban</a></li>
</ol>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment