Skip to content

Instantly share code, notes, and snippets.

@abhishek1234321
Created August 14, 2021 12:26
Show Gist options
  • Save abhishek1234321/aaad7ce6b308a94b5db55909b3c38f43 to your computer and use it in GitHub Desktop.
Save abhishek1234321/aaad7ce6b308a94b5db55909b3c38f43 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