Created
April 29, 2016 21:55
-
-
Save anonymous/1c8fab7abddff1ad202648803fe24db2 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