Skip to content

Instantly share code, notes, and snippets.

View shahroon's full-sized avatar

Shahroon shahroon

View GitHub Profile
@shahroon
shahroon / test.html
Created July 24, 2019 09:46
Hello World Html
<html>
<head>
<style>
h1 {
font-family: Calibri;
}
</style>
</head>
<body>
<h1>Hello World!</h1>
@shahroon
shahroon / test.md
Created July 24, 2019 09:45
Hello World Markdown

Hello World

This is content converted from Markdown!

Here's a JSON sample:

{
  "foo": "bar"
}
@shahroon
shahroon / test.html
Created July 12, 2019 12:03
Hello World Html
<html>
<head>
<style>
h1 {
font-family: Calibri;
}
</style>
</head>
<body>
<h1>Hello World!</h1>
@shahroon
shahroon / test.md
Created July 12, 2019 11:56
Hello World Markdown

Hello World

This is content converted from Markdown!

Here's a JSON sample:

{
  "foo": "bar"
}