Skip to content

Instantly share code, notes, and snippets.

@cferrante
Last active December 13, 2022 22:07
Show Gist options
  • Save cferrante/3720628155e62d8990aeedee4536075a to your computer and use it in GitHub Desktop.
Save cferrante/3720628155e62d8990aeedee4536075a to your computer and use it in GitHub Desktop.
Hello World Again
<html>
<head>
<style>
h1 {
font-family: Calibri;
}
</style>
</head>
<body>
<h1>Hello World Again!</h1>
<p>This is a test just so that I have 2</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment