Skip to content

Instantly share code, notes, and snippets.

View Mathias-Atlanticlog's full-sized avatar

Mathias-Atlanticlog

  • Joined Oct 9, 2025
View GitHub Profile
@Mathias-Atlanticlog
Mathias-Atlanticlog / test.md
Created October 9, 2025 15:14
Hello World Markdown

Hello World

This is content converted from Markdown!

Here's a JSON sample:

{
  "foo": "bar"
}
@Mathias-Atlanticlog
Mathias-Atlanticlog / test.html
Created October 9, 2025 15:13
Hello World Html
<html>
<head>
<style>
h1 {
font-family: Calibri;
}
</style>
</head>
<body>
<h1>Hello World!</h1>