Skip to content

Instantly share code, notes, and snippets.

@josephwegner
Last active January 3, 2020 11:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save josephwegner/12fd516595b1f4061cf9586bfe47081f to your computer and use it in GitHub Desktop.
Save josephwegner/12fd516595b1f4061cf9586bfe47081f to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang='en-US'>
<head>
<style>
html,body {
background: red;
}
h1 {
color: black;
}
</style>
</head>
<body>
<h1>Hello, World!</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment