Skip to content

Instantly share code, notes, and snippets.

@othell-sr
Created August 23, 2021 01:25
Show Gist options
  • Save othell-sr/2f3678ab8ff2af2e3e8597f3f8ae2967 to your computer and use it in GitHub Desktop.
Save othell-sr/2f3678ab8ff2af2e3e8597f3f8ae2967 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