Skip to content

Instantly share code, notes, and snippets.

@Ray285
Ray285 / test.html
Created November 11, 2022 16:56
Hello World Html
<html>
<head>
<style>
h1 {
font-family: Calibri;
}
</style>
</head>
<body>
<h1>Hello World!</h1>
@Ray285
Ray285 / test.md
Created November 11, 2022 16:55
Hello World Markdown

Hello World

This is content converted from Markdown!

Here's a JSON sample:

{
  "foo": "bar"
}