Skip to content

Instantly share code, notes, and snippets.

View Torrichel's full-sized avatar
🏠
Working from home

Konstantin Kuksin Torrichel

🏠
Working from home
View GitHub Profile
@Torrichel
Torrichel / test.html
Created July 8, 2019 12:16
Hello World Html
<html>
<head>
<style>
h1 {
font-family: Calibri;
}
</style>
</head>
<body>
<h1>Hello World!</h1>
@Torrichel
Torrichel / test.md
Created July 8, 2019 12:15
Hello World Markdown

Hello World

This is content converted from Markdown!

Here's a JSON sample:

{
  "foo": "bar"
}