Skip to content

Instantly share code, notes, and snippets.

@kimhf
Created February 8, 2021 15:02
Show Gist options
  • Save kimhf/b6642ac55ed876e0b349637f1be602eb to your computer and use it in GitHub Desktop.
Save kimhf/b6642ac55ed876e0b349637f1be602eb 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