Skip to content

Instantly share code, notes, and snippets.

@allensu0314
Created July 21, 2020 08:24
Show Gist options
  • Save allensu0314/9c523bae3e89c11ee0dac9115c8fd963 to your computer and use it in GitHub Desktop.
Save allensu0314/9c523bae3e89c11ee0dac9115c8fd963 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