Last active
January 2, 2017 11:26
-
-
Save Awlter/9e05a5c6b11c5c11a2dcb5a5e67ea150 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 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