Skip to content

Instantly share code, notes, and snippets.

View nadeemkhoury's full-sized avatar

Nadeem Khoury nadeemkhoury

  • WeSyncIT
  • Palestine
View GitHub Profile
@nadeemkhoury
nadeemkhoury / test.html
Created December 28, 2021 09:06
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:
```json
{
"foo": "bar"
}