Skip to content

Instantly share code, notes, and snippets.

@cferrante
cferrante / test2.html
Last active December 13, 2022 22:07
Hello World Again
<html>
<head>
<style>
h1 {
font-family: Calibri;
}
</style>
</head>
<body>
<h1>Hello World Again!</h1>
@cferrante
cferrante / test.html
Created November 15, 2022 18:49
Hello World Html
<html>
<head>
<style>
h1 {
font-family: Calibri;
}
</style>
</head>
<body>
<h1>Hello World!</h1>
@cferrante
cferrante / test.md
Created November 15, 2022 18:48
Hello World Markdown

Hello World

This is content converted from Markdown!

Here's a JSON sample:

{
  "foo": "bar"
}