mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
Update index.html with changes from botlogin branch
This commit is contained in:
parent
338a19b366
commit
f4266dd5b3
1 changed files with 64 additions and 36 deletions
98
index.html
98
index.html
|
@ -1,40 +1,68 @@
|
|||
<!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>
|
||||
:root {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
.titlebar {
|
||||
font-family: Verdana, Geneva, Tahoma, sans-serif;
|
||||
background-color: #2C2F33;
|
||||
}
|
||||
body {
|
||||
color: white;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: white;
|
||||
}
|
||||
h1 {
|
||||
text-align: center;
|
||||
}
|
||||
span {
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
<style>
|
||||
body {
|
||||
background-color: #2c2f33;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="refresh" content="5; URL=https://discord.com/app" />
|
||||
<title>ArmCord</title>
|
||||
<style>
|
||||
:root {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.titlebar {
|
||||
font-family: Verdana, Geneva, Tahoma, sans-serif;
|
||||
background-color: #2C2F33;
|
||||
}
|
||||
|
||||
body {
|
||||
color: white;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: white;
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
span {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.center {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 50%;
|
||||
max-height: 204px;
|
||||
max-width: 204px;
|
||||
|
||||
}
|
||||
</style>
|
||||
<style>
|
||||
body {
|
||||
background-color: #2c2f33;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<video autoplay loop class=center>
|
||||
<source src="https://discord.com/assets/0bdc0497eb3a19e66f2b1e3d5741634c.webm" type="video/webm">
|
||||
</video>
|
||||
|
||||
<h1>ArmCord</h1>
|
||||
<h1>Discord will load in few seconds.</h1>
|
||||
|
||||
|
||||
<script type=" text/javascript">
|
||||
document.getElementById("myButton").onclick = function () {
|
||||
location.href = "https://discordbotclient.jtmaveryk.repl.co";
|
||||
};
|
||||
</script>
|
||||
|
||||
</body>
|
||||
|
||||
<body>
|
||||
<h1>ArmCord</h1>
|
||||
<h1>Discord will load in few seconds.</h1>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue