|
|
|
@ -10,7 +10,7 @@
|
|
|
|
|
|
|
|
|
|
-->
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="fr">
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
@ -20,7 +20,12 @@
|
|
|
|
|
<title>Maël G. - Outout</title>
|
|
|
|
|
<meta name="title" content="Maël G. - Outout">
|
|
|
|
|
<meta name="description" content="A guy that doing networking and system administration as hobby. ">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
|
|
|
|
|
<!-- Robots -->
|
|
|
|
|
<meta name="robots" content="index, follow">
|
|
|
|
|
<meta name="keywords" content="networking, outout, outout14, developer, system, network, internet, mael">
|
|
|
|
|
|
|
|
|
|
<!-- Open Graph / Facebook -->
|
|
|
|
|
<meta property="og:type" content="website">
|
|
|
|
|
<meta property="og:url" content="https://enpls.org/">
|
|
|
|
@ -56,5 +61,26 @@
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<script type="application/ld+json">
|
|
|
|
|
{
|
|
|
|
|
"@context": "https://schema.org/",
|
|
|
|
|
"@type": "Person",
|
|
|
|
|
"name": "Maël G",
|
|
|
|
|
"url": "https://enpls.org",
|
|
|
|
|
"image": "https://enpls.org/img/avatar/512.png",
|
|
|
|
|
"sameAs": [
|
|
|
|
|
"https://twitter.com/outoutxyz",
|
|
|
|
|
"https://www.instagram.com/outout14/?hl=en",
|
|
|
|
|
"https://github.com/outout14",
|
|
|
|
|
"https://enpls.org",
|
|
|
|
|
"https://www.youtube.com/outout14"
|
|
|
|
|
],
|
|
|
|
|
"jobTitle": "System administrator",
|
|
|
|
|
"worksFor": {
|
|
|
|
|
"@type": "Organization",
|
|
|
|
|
"name": "Gnous.eu"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|