Skip to content

Instantly share code, notes, and snippets.

@sajadtorkamani
Created August 27, 2024 16:56
Show Gist options
  • Save sajadtorkamani/ce5e5a792db6f4fb36d164c75c05dc8a to your computer and use it in GitHub Desktop.
Save sajadtorkamani/ce5e5a792db6f4fb36d164c75c05dc8a 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