Created
April 29, 2016 21:58
-
-
Save anonymous/dd0cbbf184813c62b637b92cfefd46d8 to your computer and use it in GitHub Desktop.
Exported from Popcode.
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> | |
<title>My Website</title> | |
</head> | |
<body> | |
<h1>This is a heading</h1> | |
<p>This is a paragraph</p> | |
<a href = "https://www.google.com"> a link to Google</a> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment