Skip to content

Instantly share code, notes, and snippets.

@itsChris
Created July 16, 2023 05:39
Show Gist options
  • Save itsChris/4a57ae7c95f3b4e31be8f9c528b99120 to your computer and use it in GitHub Desktop.
Save itsChris/4a57ae7c95f3b4e31be8f9c528b99120 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