Skip to content

Instantly share code, notes, and snippets.

@dimejimudele
Created December 18, 2018 22:01
Show Gist options
  • Save dimejimudele/67acc6e689ddef9b0980e408cee8a58a to your computer and use it in GitHub Desktop.
Save dimejimudele/67acc6e689ddef9b0980e408cee8a58a 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