Skip to content

Instantly share code, notes, and snippets.

@mohan-chinnappan-n
Created September 9, 2019 16:31
Show Gist options
  • Save mohan-chinnappan-n/d8970e0103cde0943a75dd305761eb08 to your computer and use it in GitHub Desktop.
Save mohan-chinnappan-n/d8970e0103cde0943a75dd305761eb08 to your computer and use it in GitHub Desktop.
test 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