Skip to content

Instantly share code, notes, and snippets.

View MajuMadhusudanan's full-sized avatar

MajuMadhusudanan

View GitHub Profile
@MajuMadhusudanan
MajuMadhusudanan / test.html
Created November 3, 2020 11:10
Hello World Html.
<html>
<head>
<style>
h1 {
font-family: Calibri;
}
</style>
</head>
<body>
<h1>Hello World!</h1>
@MajuMadhusudanan
MajuMadhusudanan / test.md
Created November 3, 2020 11:08
Hello World Markdown.

Hello World

This is content converted from Markdown!

Here's a JSON sample:

{
  "foo": "bar"
}