404 page
parent
632512aa30
commit
0b4a3ce928
@ -0,0 +1,76 @@
|
||||
<!--
|
||||
|
||||
:::::::: ::: ::: ::::::::::: :::::::: ::: ::: :::::::::::
|
||||
:+: :+: :+: :+: :+: :+: :+: :+: :+: :+:
|
||||
+:+ +:+ +:+ +:+ +:+ +:+ +:+ +:+ +:+ +:+
|
||||
+#+ +:+ +#+ +:+ +#+ +#+ +:+ +#+ +:+ +#+
|
||||
+#+ +#+ +#+ +#+ +#+ +#+ +#+ +#+ +#+ +#+
|
||||
#+# #+# #+# #+# #+# #+# #+# #+# #+# #+#
|
||||
######## ######## ### ######## ######## ### .xyz
|
||||
|
||||
-->
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" href="assets/style.min.css">
|
||||
|
||||
<!-- Primary Meta Tags -->
|
||||
<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/">
|
||||
<meta property="og:title" content="Maël G. - Outout">
|
||||
<meta property="og:description" content="A guy that doing networking and system administration as hobby. ">
|
||||
<meta property="og:image" content="https://enpls.org/img/avatar/header.png">
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:url" content="https://enpls.org/">
|
||||
<meta property="twitter:title" content="Maël G. - Outout">
|
||||
<meta property="twitter:description" content="A guy that doing networking and system administration as hobby. ">
|
||||
<meta property="twitter:image" content="https://enpls.org/img/avatar/header.png">
|
||||
|
||||
<!-- FAVICON -->
|
||||
<link rel="shortcut icon" href="https://enpls.org/img/avatar/64.png" />
|
||||
<link rel="apple-touch-icon" href="https://enpls.org/img/avatar/256.png" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="me">
|
||||
<h1>404 <span class="aka">Page not found</span></h1>
|
||||
<p><a href="/">-> Go back home.</a></p>
|
||||
</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>
|
Loading…
Reference in New Issue