Skip to content

Instantly share code, notes, and snippets.

View marcobiedermann's full-sized avatar
:octocat:
git push origin main -fu

Marco Biedermann marcobiedermann

:octocat:
git push origin main -fu
View GitHub Profile
@marcobiedermann
marcobiedermann / social-share-links.md
Last active May 25, 2022 19:58
social-share-links.md
### Headings
# Heading 1
## Heading 2
### Heading 3
#### Heading 4
<h3>Headings</h3>
<h1>Heading 1</h1>
<h2>Heading 2</h2>
<h3>Heading 3</h3>
<h4>Heading 4</h4>
<h5>Heading 5</h5>
<h6>Heading 6</h6>
<h3>Text</h3>
@marcobiedermann
marcobiedermann / google.maps.Map
Last active August 29, 2015 14:01
Google Maps API Greyscale
var mapOptions = {
styles: [
{
stylers: [
{ saturation: -100 }
]
}
]
};
@marcobiedermann
marcobiedermann / head.html
Last active May 25, 2022 19:59
website-head-tags
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Website</title>
<base href="/">