Skip to content

Instantly share code, notes, and snippets.

@royalgiant
Created August 6, 2019 21:19
Show Gist options
  • Save royalgiant/874adbbc6420d0f3734aa73f411a5089 to your computer and use it in GitHub Desktop.
Save royalgiant/874adbbc6420d0f3734aa73f411a5089 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