Skip to content

Instantly share code, notes, and snippets.

View jsmileyb's full-sized avatar

jsmileyb

  • Gresham Smith
  • Nashville, TN
View GitHub Profile
@jsmileyb
jsmileyb / test.html
Created September 9, 2025 19:35
Hello World Html
<html>
<head>
<style>
h1 {
font-family: Calibri;
}
</style>
</head>
<body>
<h1>Hello World!</h1>
@jsmileyb
jsmileyb / test.md
Created September 9, 2025 19:35
Hello World Markdown

Hello World

This is content converted from Markdown!

Here's a JSON sample:

{
  "foo": "bar"
}