Skip to content

Instantly share code, notes, and snippets.

View koladei's full-sized avatar

Kolade Oluwagbenga Ige koladei

  • CradleSoft
  • Nigeria
View GitHub Profile
@koladei
koladei / test.html
Created June 26, 2019 08:30
Hello World Html
<html>
<head>
<style>
h1 {
font-family: Calibri;
}
</style>
</head>
<body>
<h1>Hello World!</h1>
@koladei
koladei / test.md
Created June 26, 2019 08:29
Hello World Markdown

Hello World

This is content converted from Markdown!

Here's a JSON sample:

{
  "foo": "bar"
}