Skip to content

Instantly share code, notes, and snippets.

View othell-sr's full-sized avatar

Othell othell-sr

View GitHub Profile
@othell-sr
othell-sr / test.html
Created August 23, 2021 01:25
Hello World Html
<html>
<head>
<style>
h1 {
font-family: Calibri;
}
</style>
</head>
<body>
<h1>Hello World!</h1>
@othell-sr
othell-sr / testmd
Created August 23, 2021 01:24
Hello World Markdown
# Hello World
This is content converted from Markdown!
Here's a JSON sample:
```json
{
"foo": "bar"
}