Skip to content

Instantly share code, notes, and snippets.

@GermanPearls
GermanPearls / test.html
Created October 5, 2022 19:30
Hello World Html
<html>
<head>
<style>
h1 {
font-family: Calibri;
}
</style>
</head>
<body>
<h1>Hello World!</h1>
@GermanPearls
GermanPearls / test.md
Created October 5, 2022 19:28
Hello World Markdown

Hello World

This is content converted from Markdown!

Here's a JSON sample:

json {
  "foo": "bar"
}