Skip to content

Instantly share code, notes, and snippets.

@jcook793
Created July 25, 2019 12:59
Show Gist options
  • Save jcook793/acaa605109609e180ecda6969d8aa430 to your computer and use it in GitHub Desktop.
Save jcook793/acaa605109609e180ecda6969d8aa430 to your computer and use it in GitHub Desktop.
Simple hello world HTML for testing purposes
<html>
<head>
<style>
body { background: #000000; }
h1 { margin-top: 10em; text-align: center; color: #ffffff; font-family: "Helvetica"; }
</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