Skip to content

Instantly share code, notes, and snippets.

@walter76
Created October 11, 2019 09:51
Show Gist options
  • Save walter76/3a93ab4757007cb646e5e8d162205cb1 to your computer and use it in GitHub Desktop.
Save walter76/3a93ab4757007cb646e5e8d162205cb1 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