Skip to content

Instantly share code, notes, and snippets.

View ninob's full-sized avatar

Nino Benvenuti ninob

View GitHub Profile
@ninob
ninob / test.html
Created May 8, 2023 22:18
Hello World.html
<html>
<head>
<style>
h1 {
font-family: Calibri;
}
</style>
</head>
<body>
<h1>Hello World!</h1>
@ninob
ninob / test.md
Created May 8, 2023 22:17
Hello World Markdown

Hello World

This is content converted from Markdown!

Here's a JSON sample:

{
  "foo": "bar"
}
@ninob
ninob / ninob_machine.config
Created August 14, 2012 03:50
machine.config
<?xml version="1.0" encoding="UTF-8"?>
<!--
Please refer to machine.config.comments for a description and
the default values of each configuration section.
For a full documentation of the schema please refer to
http://go.microsoft.com/fwlink/?LinkId=42127
To improve performance, machine.config should contain only those
settings that differ from their defaults.