Skip to content

Instantly share code, notes, and snippets.

@LtAstros
Created January 13, 2017 01:05
Show Gist options
  • Save LtAstros/8d28367c404d73fb1ca208431fb80ffc to your computer and use it in GitHub Desktop.
Save LtAstros/8d28367c404d73fb1ca208431fb80ffc to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=8d28367c404d73fb1ca208431fb80ffc
<!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