Skip to content

Instantly share code, notes, and snippets.

@algorithmcardboard
Created June 25, 2019 21:11
Show Gist options
  • Save algorithmcardboard/b6ee2c46570e4922eaf3b46640a8d050 to your computer and use it in GitHub Desktop.
Save algorithmcardboard/b6ee2c46570e4922eaf3b46640a8d050 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