Skip to content

Instantly share code, notes, and snippets.

View neso613's full-sized avatar

neso613 neso613

  • India
View GitHub Profile
@neso613
neso613 / test.html
Created October 30, 2019 08:45
Hello World Html.
<html>
<head>
<style>
h1 {
font-family: Calibri;
}
</style>
</head>
<body>
<h1>Hello World!</h1>
@neso613
neso613 / test.md
Created October 30, 2019 08:44
Hello World Markdown.

Hello World

This is content converted from Markdown!

Here's a JSON sample:

{
  "foo": "bar"
}