Skip to content

Instantly share code, notes, and snippets.

@csnowbar
Created October 22, 2020 01:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save csnowbar/4c3e875d85a6d897a956b633eafdcfaf to your computer and use it in GitHub Desktop.
Save csnowbar/4c3e875d85a6d897a956b633eafdcfaf 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