Skip to content

Instantly share code, notes, and snippets.

@nelsoneldoro
Created March 20, 2024 19:02
Show Gist options
  • Save nelsoneldoro/b91319e5827d468a09b1a26a406dcdf7 to your computer and use it in GitHub Desktop.
Save nelsoneldoro/b91319e5827d468a09b1a26a406dcdf7 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