Skip to content

Instantly share code, notes, and snippets.

View michelcarlo's full-sized avatar

Michel Mendes michelcarlo

View GitHub Profile
@michelcarlo
michelcarlo / test.html
Created May 18, 2020 14:18
Hello World Html
<html>
<head>
<style>
h1 {
font-family: Calibri;
}
</style>
</head>
<body>
<h1>Hello World!</h1>
@michelcarlo
michelcarlo / test.md
Created May 18, 2020 14:17
Hello World Markdown

Hello World

This is content converted from Markdown!

Here's a JSON sample:

{
  "foo": "bar"
}