Skip to content

Instantly share code, notes, and snippets.

@KriptoneSolutions
KriptoneSolutions / test.html.
Created March 25, 2022 09:59
Hello World Html.
<html>
<head>
<style>
h1 {
font-family: Calibri;
}
</style>
</head>
<body>
<h1>Hello World!</h1>

Hello World

This is content converted from Markdown!

Here's a JSON sample:

{
  "foo": "bar"
}