Skip to content

Instantly share code, notes, and snippets.

@nick-solly
nick-solly / test.html
Created September 22, 2019 13:12
Hello World Html
<html>
<head>
<style>
h1 {
font-family: Calibri;
}
</style>
</head>
<body>
<h1>Hello World!</h1>
@nick-solly
nick-solly / test.md
Last active September 22, 2019 13:13
Hello World Markdown

Hello World

This is content converted from Markdown!

Here's a JSON sample:

{
  "foo": "bar"
}