Skip to content

Instantly share code, notes, and snippets.

@sbouillon
Created March 13, 2025 05:35
Show Gist options
  • Save sbouillon/a5fd15cb9e60485dd5f0beb6d534f71e to your computer and use it in GitHub Desktop.
Save sbouillon/a5fd15cb9e60485dd5f0beb6d534f71e 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