Skip to content

Instantly share code, notes, and snippets.

@michaelgobz
Created June 17, 2025 19:18
Show Gist options
  • Select an option

  • Save michaelgobz/a937aa35e44da2eeef1453495babd106 to your computer and use it in GitHub Desktop.

Select an option

Save michaelgobz/a937aa35e44da2eeef1453495babd106 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