Skip to content

Instantly share code, notes, and snippets.

@liyocee
Created January 3, 2023 07:47
Show Gist options
  • Save liyocee/8410900476d4d09ca73a6c574f687568 to your computer and use it in GitHub Desktop.
Save liyocee/8410900476d4d09ca73a6c574f687568 to your computer and use it in GitHub Desktop.
Hello World Markdown.
<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