Skip to content

Instantly share code, notes, and snippets.

View MartinDeMarcy's full-sized avatar

PRAS Martin MartinDeMarcy

  • Lyon
View GitHub Profile
@MartinDeMarcy
MartinDeMarcy / test.html
Created October 18, 2019 13:09
Hello World Html
<html>
<head>
<style>
h1 {
font-family: Calibri;
}
</style>
</head>
<body>
<h1>Hello World!</h1>
@MartinDeMarcy
MartinDeMarcy / test.md
Created October 18, 2019 13:08
Hello World Markdown

Hello World

This is content converted from Markdown!

Here's a JSON sample:

{
  "foo": "bar"
}