Skip to content

Instantly share code, notes, and snippets.

View drszabodavid's full-sized avatar
🐡
so far so good

Dávid Szabó drszabodavid

🐡
so far so good
  • Budapest, Hungary
View GitHub Profile
@drszabodavid
drszabodavid / test.html
Created September 22, 2023 13:47
Hello World Html
<html>
<head>
<style>
h1 {
font-family: Calibri;
}
</style>
</head>
<body>
<h1>Hello World!</h1>
@drszabodavid
drszabodavid / test.md
Created September 22, 2023 13:46
Hello World Markdown

Hello World

This is content converted from Markdown!

Here's a JSON sample:

{
  "foo": "bar"
}