2021-05-01 12:41:12 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2021-05-01 16:28:38 +00:00
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta http-equiv="refresh" content="5; URL=https://discord.com/app" />
|
|
|
|
<title>ArmCord</title>
|
|
|
|
<style>
|
2021-05-04 14:16:08 +00:00
|
|
|
@import url("https://kckarnige.github.io/femboi_owo/discord-font.css");
|
|
|
|
|
2021-05-01 16:28:38 +00:00
|
|
|
:root {
|
2021-05-04 14:16:08 +00:00
|
|
|
background-color: #2c2f33;
|
2021-05-01 16:28:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.titlebar {
|
|
|
|
font-family: Verdana, Geneva, Tahoma, sans-serif;
|
2021-05-04 14:16:08 +00:00
|
|
|
background-color: #202225;
|
2021-05-01 16:28:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
2021-05-04 14:16:08 +00:00
|
|
|
p {
|
|
|
|
color: #8e9297;
|
|
|
|
text-align: center;
|
|
|
|
font-weight: 100;
|
2021-05-05 01:19:57 +00:00
|
|
|
transform: translateY(-185%);
|
2021-05-04 14:16:08 +00:00
|
|
|
font-family: Whitney,Helvetica Neue,Helvetica,Arial,sans-serif;
|
|
|
|
text-rendering: optimizeLegibility;
|
|
|
|
font-style: italic;
|
2021-05-01 16:28:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
2021-05-05 01:14:19 +00:00
|
|
|
font-size: 0px;
|
2021-05-01 16:28:38 +00:00
|
|
|
text-align: center;
|
2021-05-05 01:14:19 +00:00
|
|
|
transform: translateY(-105%);
|
2021-05-04 14:16:08 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h1:before {
|
|
|
|
content: "ARM";
|
|
|
|
color: #7289da;
|
|
|
|
font-weight: normal;
|
|
|
|
font-family: Helvetica, sans-serif;
|
2021-05-05 01:14:19 +00:00
|
|
|
font-size: 32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1:after {
|
|
|
|
content: "Cord";
|
|
|
|
color: #ffffff;
|
|
|
|
font-weight: normal;
|
|
|
|
font-family: Discordinated;
|
|
|
|
font-size: 32px;
|
2021-05-01 16:28:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
span {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2021-05-05 01:14:19 +00:00
|
|
|
.logo {
|
2021-05-01 16:28:38 +00:00
|
|
|
display: block;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
max-height: 204px;
|
|
|
|
max-width: 204px;
|
2021-05-05 01:14:19 +00:00
|
|
|
transform: translateY(5%);
|
2021-05-04 14:16:08 +00:00
|
|
|
}
|
2021-05-01 16:28:38 +00:00
|
|
|
|
2021-05-05 01:14:19 +00:00
|
|
|
.container {
|
2021-05-04 14:16:08 +00:00
|
|
|
position: fixed;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
color: #fff;
|
|
|
|
transform: translate(-50%, -50%);
|
2021-05-01 16:28:38 +00:00
|
|
|
}
|
|
|
|
</style>
|
|
|
|
<style>
|
2021-05-04 14:16:08 +00:00
|
|
|
|
2021-05-01 16:28:38 +00:00
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2021-05-04 14:16:08 +00:00
|
|
|
<div class="container">
|
2021-05-05 01:14:19 +00:00
|
|
|
<video autoplay loop class="logo">
|
2021-05-01 16:28:38 +00:00
|
|
|
<source src="https://discord.com/assets/0bdc0497eb3a19e66f2b1e3d5741634c.webm" type="video/webm">
|
|
|
|
</video>
|
2021-05-04 14:16:08 +00:00
|
|
|
<p>Loading...</p>
|
2021-05-05 01:14:19 +00:00
|
|
|
<h1></h1>
|
2021-05-04 14:16:08 +00:00
|
|
|
</div>
|
2021-05-05 01:14:19 +00:00
|
|
|
|
2021-05-01 16:28:38 +00:00
|
|
|
</body>
|
|
|
|
|
2021-05-05 01:19:57 +00:00
|
|
|
</html>
|