Skip to content

Instantly share code, notes, and snippets.

@pjrellum
Created April 7, 2023 08:53
Show Gist options
  • Save pjrellum/ce1f66ba7d6da75074a521b1964646ce to your computer and use it in GitHub Desktop.
Save pjrellum/ce1f66ba7d6da75074a521b1964646ce 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