-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (34 loc) · 1.93 KB
/
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
<!DOCTYPE html>
<html>
<head>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Yantramanav:wght@400;900&display=swap" rel="stylesheet">
<script>if(!sessionStorage.getItem("_swa")&&document.referrer.indexOf(location.protocol+"//"+location.host)!== 0){fetch("https://counter.dev/track?"+new URLSearchParams({referrer:document.referrer,screen:screen.width+"x"+screen.height,user:"rlfinance",utcoffset:"2"}))};sessionStorage.setItem("_swa","1");</script>
<style>
html,body {
height: 100%;
margin: 0;
overflow: hidden;
}
body {
background: rgb(57,0,0);
background: linear-gradient(135deg, rgba(57,0,0,1) 0%, rgba(0,0,0,1) 20%, rgba(45,0,0,1) 100%);
}
a {
color: red;
}
</style>
<title>redline.finance</title>
</head>
<body>
<div style="text-align: center; color: white">
<div style="margin-top: 100px"></div>
<span style="font-family: 'Yantramanav', sans-serif; font-weight: 900; font-size: 4em; letter-spacing: 3px; border-bottom: 5px solid red"> redline </span><br>
<span style="font-family: 'Yantramanav', sans-serif; font-weight: 400; font-size: 4em; letter-spacing: 3px; ">finance</span>
<br><br><br>
<h2 style="color: white; font-family: 'Yantramanav', sans-serif; font-weight: 400;">Bringing the future of decentralized finances, today</h2>
<br>
<h3 style="color: white; font-family: 'Yantramanav', sans-serif; font-weight: 400;">Get in touch: <a href='mailto:info%40r%65d%6Cine.finan%63e'>info@redline.finance</a></h3>
</div>
</body>
</html>