Skip to content

Instantly share code, notes, and snippets.

@piroor
Created October 3, 2023 08:19
Show Gist options
  • Save piroor/b0783d131e5abc2e9128c14885ad5549 to your computer and use it in GitHub Desktop.
Save piroor/b0783d131e5abc2e9128c14885ad5549 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