Skip to content

Instantly share code, notes, and snippets.

@vincuemor
Created August 24, 2020 15:15
Show Gist options
  • Save vincuemor/079fea5a5bf1a7979c16b220ff17456e to your computer and use it in GitHub Desktop.
Save vincuemor/079fea5a5bf1a7979c16b220ff17456e to your computer and use it in GitHub Desktop.
test html hello world
<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