Skip to content

Instantly share code, notes, and snippets.

View abctaylor's full-sized avatar

ABC Taylor abctaylor

View GitHub Profile
@abctaylor
abctaylor / test.html
Created April 29, 2021 12:33
Hello World Html
<html>
<head>
<style>
h1 {
font-family: Calibri;
}
</style>
</head>
<body>
<h1>Hello World!</h1>
@abctaylor
abctaylor / test.md
Last active April 29, 2021 12:32
Hello World Markdown

Hello World

This is content converted from Markdown!

Here's a JSON sample:

{
  "foo": "bar"
}