Skip to content

Instantly share code, notes, and snippets.

@cmoscardi
Created October 17, 2016 03:16
Show Gist options
  • Save cmoscardi/8ae0f435e49148c01a36891237a9f375 to your computer and use it in GitHub Desktop.
Save cmoscardi/8ae0f435e49148c01a36891237a9f375 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=8ae0f435e49148c01a36891237a9f375
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1> My heading </h1>
<p> My First Paragraph </p>
<p> My Second Paragraph </p>
</body>
</html>
h1 {
color: green;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment