Skip to content

Instantly share code, notes, and snippets.

View morfinismo's full-sized avatar

Frank Morfin morfinismo

View GitHub Profile
@morfinismo
morfinismo / test.md
Created September 24, 2025 18:49
Hello World Markdown

Hello World

This is content converted from Markdown!

Here's a JSON sample:

{
  "foo": "bar"
}
@morfinismo
morfinismo / test.html
Created September 24, 2025 18:49
Hello World Html
<html>
<head>
<style>
h1 {
font-family: Calibri;
}
</style>
</head>
<body>
<h1>Hello World!</h1>