mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
90 lines
No EOL
1.8 KiB
HTML
90 lines
No EOL
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta http-equiv="refresh" content="5; URL=https://discord.com/app" />
|
|
<title>ArmCord</title>
|
|
<style>
|
|
@import url("https://kckarnige.github.io/femboi_owo/discord-font.css");
|
|
|
|
:root {
|
|
background-color: #2c2f33;
|
|
}
|
|
|
|
.titlebar {
|
|
background-color: #2c2f33 !important;
|
|
font-size: 0px !important;
|
|
}
|
|
|
|
body {
|
|
color: white;
|
|
}
|
|
|
|
p {
|
|
color: #8e9297;
|
|
text-align: center;
|
|
font-weight: 100;
|
|
transform: translateY(360%);
|
|
font-family: Whitney,"Helvetica Neue",Helvetica,Arial,sans-serif;
|
|
text-rendering: optimizeLegibility;
|
|
font-style: italic;
|
|
}
|
|
|
|
h1 {
|
|
color: #ffffff;
|
|
text-align: center;
|
|
font-weight: normal;
|
|
font-family: Discordinated;
|
|
transform: translateY(120%);
|
|
}
|
|
|
|
h1:before {
|
|
content: "ARM";
|
|
color: #7289da;
|
|
font-weight: normal;
|
|
font-family: Helvetica, sans-serif;
|
|
}
|
|
|
|
span {
|
|
text-align: center;
|
|
}
|
|
|
|
.center {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
width: 50%;
|
|
max-height: 204px;
|
|
max-width: 204px;
|
|
}
|
|
|
|
.loading {
|
|
position: fixed;
|
|
top: 50%;
|
|
left: 50%;
|
|
color: #fff;
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
</style>
|
|
<style>
|
|
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="container">
|
|
<video autoplay loop class="center" style="transform: translateY(60%);">
|
|
<source src="https://discord.com/assets/0bdc0497eb3a19e66f2b1e3d5741634c.webm" type="video/webm">
|
|
</video>
|
|
<p>Loading...</p>
|
|
<h1>Cord</h1>
|
|
</div>
|
|
<script type=" text/javascript">
|
|
document.getElementById("myButton").onclick = function () {
|
|
location.href = "https://discordbotclient.jtmaveryk.repl.co";
|
|
};
|
|
</script>
|
|
</body>
|
|
|
|
</html> |