-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
43 lines (42 loc) · 1015 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-GB" lang="en-GB">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Solid Pay</title>
<style type="text/css">
/*<![CDATA[*/
html {
margin-top: 12.5%;
text-align: center;
font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
background: #fff;
}
h1 {
color: #ccc;
letter-spacing: 30pt;
font-size: 6em;
font-style: normal;
font-weight: normal;
font-variant: small-caps;
margin-bottom: 0;
}
h2 {
font-size: 2em;
letter-spacing: 7pt;
text-transform: uppercase;
font-weight: normal;
margin-bottom: 0;
}
h2 a {
color: #db4c4c;
text-decoration: none;
}
h2 a:hover { color: #4c94b7; }
/*]]>*/
</style>
</head>
<body>
<h1>Solid Pay</h1>
<h2><a target="_blank" href="https://docs.solidpay.org">Coming Soon… DOCS</a></h2>
</body>
</html>