Skip to content

Instantly share code, notes, and snippets.

@nzkyyds
Created January 3, 2019 06:00
Show Gist options
  • Save nzkyyds/dc71906a78ef75850da1ac5c599d8254 to your computer and use it in GitHub Desktop.
Save nzkyyds/dc71906a78ef75850da1ac5c599d8254 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