Created
July 4, 2018 09:06
-
-
Save lefuturiste/46a2268a34a3724839f38c3c208c2de8 to your computer and use it in GitHub Desktop.
default html page cluster are you lost
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<title> | |
srv02.cluster.lefuturiste.fr - default page | |
</title> | |
<meta charset="utf-8"> | |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css" /> | |
<style> | |
body { | |
margin: 0; | |
} | |
.content { | |
background-color: #dfe6e9; | |
padding-top: 12vh; | |
padding-bottom: 2em; | |
border-bottom: 1px solid #b2bec3; | |
} | |
.footer { | |
display: flex; | |
justify-content: center; | |
width: 100%; | |
} | |
ul { | |
margin-top: 1em; | |
display: flex; | |
justify-content: center; | |
width: 100%; | |
} | |
ul | |
li { | |
margin-right: 18px; | |
list-style-type: none; | |
} | |
</style> | |
</head> | |
<body> | |
<div class="content"> | |
<div class="container"> | |
<div class="title"> | |
<div class="sub-title"> | |
<h3>srv02.cluster.lefuturiste.fr</h3> | |
</div> | |
<div class="title"> | |
<h1>78.247.197.58</h1> | |
</div> | |
</div> | |
<div class="description"> | |
<h4>Are you lost ?</h4> | |
<p>You see this page because the domain name or the ip address of you request point directly to my server, but my server don't host for now this website. I'm lefuturiste, contact me on my twitter : @_le_futuriste</p> | |
</div> | |
</div> | |
</div> | |
<div class="footer"> | |
<div class="container"> | |
<ul> | |
<li><a href="http://lefuturiste.fr">Web site</a></li> | |
<li><a href="http://twitter.com/_le_futuriste">Twitter</a></li> | |
<li><a href="https://discord.gg/PvytbwT">Discord</a></li> | |
<li><a href="https://github.com/lefuturiste">Github</a></li> | |
</ul> | |
</div> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment