endpwn3.2-lambda/index.html

55 lines
1.6 KiB
HTML
Raw Normal View History

2018-05-20 03:51:19 +00:00
<html prefix="og: http://ogp.me/ns#">
<head>
2018-06-13 22:25:08 +00:00
<title>L&lambda;mbda</title>
<meta property="og:title" content="L&lambda;mbda" />
<meta property="og:description" content="Instructions for installing Lambda" />
2018-05-20 04:10:08 +00:00
<meta property="og:image" content="/lambda.png" />
2018-05-20 03:51:19 +00:00
<style>
@font-face {
font-family: 'IBMVGA8';
2018-05-20 03:54:22 +00:00
src: url('/fonts/ibm_vga8.eot');
src: url('/fonts/ibm_vga8.eot?#iefix') format('embedded-opentype'),
url('/fonts/ibm_vga8.woff2') format('woff2'),
url('/fonts/ibm_vga8.woff') format('woff'),
url('/fonts/ibm_vga8.ttf') format('truetype');
2018-05-20 03:51:19 +00:00
font-weight: normal;
font-style: normal;
}
body {
font-family: 'IBMVGA8' !important;
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
font-family: sans-serif;
text-align: center;
background-color: #1a1d23;
color: #ffffff
}
a {
2018-05-20 04:10:08 +00:00
color: #c080ff;
2018-05-20 03:51:19 +00:00
}
div {
background: linear-gradient(to bottom right, #c0ff80, #c080ff);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 72px;
}
</style>
</head>
2018-06-13 22:25:08 +00:00
<body>
<div>L&lambda;mbda</div>
<a href="https://gitlab.com/Cynosphere/lambda-patcher">Grab the Lambda Patcher</a>
2018-05-20 03:51:19 +00:00
<br>
2018-06-13 22:25:08 +00:00
<p>Lambda does not have any Discord internal injection methods anymore.</p>
2018-05-20 03:51:19 +00:00
<br>
2018-06-13 22:25:08 +00:00
<b>This is a fork of EndPwn3.</b>
2018-05-20 03:51:19 +00:00
</body>
</html>