rDrama/nginx.conf

48 lines
1.9 KiB
Nginx Configuration File
Raw Normal View History

<html lang="en">
<head>
<meta charset="utf-8">
<title>Marsey World</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
html, body {
width: 100%;
height: 100%;
background-color: #21262d;
display: flex;
justify-content: center;
align-items: center;
}
main {
text-align: center;
color: #c9d1d9;
font-family: sans-serif;
padding: 1em;
max-width: 320px;
}
h1 {
margin-bottom: 0.3em;
}
p {
font-size: 11px;
line-height: 1.2;
font-family: Bitstream Vera Sans, Tahoma, sans-serif;
margin-top: 0;
margin-bottom: 0;
}
.left {
text-align: justify;
}
.center { text-align: center; }
</style>
</head>
<body>
<main>
<img src="/e/marseyexcited.webp" />
<h1>Marsey World</h1>
<p class="left">You've stumbled upon a door where your mind is the key. There are none who will lend you guidance; these trials are yours to conquer alone. Entering here will take more than mere logic and strategy, but the criteria are just as hidden as what they reveal. Find yourself, and you will find the very thing hidden behind this page. Beyond here is something like a utopia&#8202;&mdash;&#8202;beyond here is marsey.world.</p>
<p class="center">This is a mirage.</p>
</main>
</body>
</html>