Skip to content

Instantly share code, notes, and snippets.

View zigszigsdk's full-sized avatar

Chris Jensen zigszigsdk

View GitHub Profile
@zigszigsdk
zigszigsdk / test.html
Created December 12, 2018 07:26
Hello World Html
<html>
<head>
<style>
h1 {
font-family: Calibri;
}
</style>
</head>
<body>
<h1>Hello World!</h1>
@zigszigsdk
zigszigsdk / test.md
Created December 12, 2018 07:24
Hello World Markdown

Hello World

This is content converted from Markdown!

Here's a JSON sample:

{
  "foo": "bar"
}