Skip to content

Instantly share code, notes, and snippets.

@memborsky
Created October 29, 2020 19:59
Show Gist options
  • Save memborsky/647b8544edc698e4f6231fa33be7c8ca to your computer and use it in GitHub Desktop.
Save memborsky/647b8544edc698e4f6231fa33be7c8ca 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