Skip to content

Instantly share code, notes, and snippets.

View Dannergal's full-sized avatar

Danner Galvarro Dannergal

View GitHub Profile
@Dannergal
Dannergal / test.html
Created February 15, 2023 03:00
Hello World Html
<html>
<head>
<style>
h1 {
font-family: Calibri;
}
</style>
</head>
<body>
<h1>Hello World!</h1>
@Dannergal
Dannergal / test.md
Created February 15, 2023 02:58
Hello World Markdown

Hello World

This is content converted from Markdown!

Here's a JSON sample:

{
  "foo": "bar"
}