-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
24 lines (21 loc) · 938 Bytes
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!doctype html>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<title>Coming Soon</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<style>
body { text-align: center; padding: 150px; background: #121270; }
h1 { font-size: 50px; }
body { font: 20px 'Open Sans', sans-serif; color: #FFF; }
article { display: block; text-align: left; width: 650px; margin: 0 auto; }
a { color: #8f0208; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }
</style>
<article>
<h1>Check us back soon :)</h1>
<div>
<p>We’re coming soon. If you have any questions you can always <a href="mailto:hello@koinstrap.com">reach out to us,</a> otherwise we’ll launch into the orbit shortly!</p>
<p>— The Team</p>
</div>
</article>