Skip to content

Instantly share code, notes, and snippets.

@tgriesser
Created October 4, 2016 20:44
Show Gist options
  • Save tgriesser/d874d519f6331eeee3234cafcb77bda4 to your computer and use it in GitHub Desktop.
Save tgriesser/d874d519f6331eeee3234cafcb77bda4 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=d874d519f6331eeee3234cafcb77bda4
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>Hello World</h1>
</body>
</html>
h1 {
color: red;
background-color: green;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment