Skip to content

Instantly share code, notes, and snippets.

@koladei
Created June 26, 2019 08:30
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 koladei/abd737eb754ef116bf4191d63319524f to your computer and use it in GitHub Desktop.
Save koladei/abd737eb754ef116bf4191d63319524f 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