Skip to content

Instantly share code, notes, and snippets.

View RoudyBob's full-sized avatar

Bob Roudebush RoudyBob

View GitHub Profile
@RoudyBob
RoudyBob / test.html
Created January 14, 2019 01:08
Hello World HTML
<html>
<head>
<style>
h1 {
font-family: Calibri;
}
</style>
</head>
<body>
<h1>Hello World!</h1>
@RoudyBob
RoudyBob / test.md
Created January 14, 2019 01:04
Hello World Markdown

Hello World

This is content converted from Markdown!

Here's a JSON sample:

{
  "foo": "bar"
}