Skip to content

Instantly share code, notes, and snippets.

@donlovett
Created August 8, 2022 14:37
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 donlovett/6b6ff7ae41036503e03cd12f9fcc0b03 to your computer and use it in GitHub Desktop.
Save donlovett/6b6ff7ae41036503e03cd12f9fcc0b03 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