Skip to content

Instantly share code, notes, and snippets.

View novosadt's full-sized avatar

Tomas Novosad novosadt

  • Czech Republic
View GitHub Profile
@novosadt
novosadt / test.md
Created June 5, 2024 11:31
Hello World Markdown

Hello World

This is content converted from Markdown!

Here's a JSON sample:

{
  "foo": "bar"
}
@novosadt
novosadt / test.html
Created June 5, 2024 11:32
Hello World Html
<html>
<head>
<style>
h1 {
font-family: Calibri;
}
</style>
</head>
<body>
<h1>Hello World!</h1>