Skip to content

Instantly share code, notes, and snippets.

@abctaylor
Created April 29, 2021 12:33
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 abctaylor/b62af6996483ff2ec8b866b3a40bfa0a to your computer and use it in GitHub Desktop.
Save abctaylor/b62af6996483ff2ec8b866b3a40bfa0a to your computer and use it in GitHub Desktop.
Hello World Html
<html>
<head>
<style>
h1 {
font-family: Calibri;
}
</style>
</head>
<body>
<h1>Hello World!</h1>
<p>This is a test</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment