Skip to content

Instantly share code, notes, and snippets.

@SofienM
SofienM / test.html
Created May 31, 2023 13:31
Hello World Html
<html>
<head>
<style>
h1 {
font-family: Calibri;
}
</style>
</head>
<body>
<h1>Hello World!</h1>
@SofienM
SofienM / test.md
Created May 31, 2023 13:30
Hello World Markdown

Hello World

This is content converted from Markdown!

Here's a JSON sample:

{
  "foo": "bar"
}