mirror of
https://github.com/chatmail/relay.git
synced 2026-05-14 18:04:38 +00:00
62 lines
1.8 KiB
HTML
62 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>nine.testrun.org - Experimenting with the Future of Email</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<style>
|
|
.wrapper {
|
|
width: 100%;
|
|
max-width: 596px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.section {
|
|
width: 100%;
|
|
max-width: 596px;
|
|
}
|
|
|
|
.text {
|
|
box-sizing: border-box;
|
|
padding: 9px;
|
|
font-size: 18px;
|
|
font-family: "Courier New", monospace;
|
|
color: white;
|
|
background-position: left top;
|
|
background-image: url(collage-bg.png);
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
h1, h2, h3 {
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="wrapper">
|
|
<img class="section" src="collage-top.png" />
|
|
<div class="section text">
|
|
<h1>welcome to nine.testrun.org</h1>
|
|
<p>
|
|
to get an account,
|
|
invent a word with <i>exactly</i> nine characters
|
|
and append @nine.testrun.org to it.
|
|
eg. <b>hellofits@nine.testrun.org</b>
|
|
</p>
|
|
<p>
|
|
if the email address is not yet taken, you'll get that account.
|
|
the first login sets your password.
|
|
that's it.
|
|
</p>
|
|
</div>
|
|
<img class="section" src="collage-down.png" />
|
|
<div class="section text">
|
|
<h1>faq</h1>
|
|
<p><i>why are other email providers 1000 times more complicated?</i></p>
|
|
<p>because they want to for $reasons</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|