Update index.html with changes from botlogin branch

This commit is contained in:
smartfridge 2021-05-01 18:28:38 +02:00
parent 338a19b366
commit f4266dd5b3

View file

@ -1,6 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head>
<head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta http-equiv="refresh" content="5; URL=https://discord.com/app" /> <meta http-equiv="refresh" content="5; URL=https://discord.com/app" />
<title>ArmCord</title> <title>ArmCord</title>
@ -8,10 +9,12 @@
:root { :root {
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
} }
.titlebar { .titlebar {
font-family: Verdana, Geneva, Tahoma, sans-serif; font-family: Verdana, Geneva, Tahoma, sans-serif;
background-color: #2C2F33; background-color: #2C2F33;
} }
body { body {
color: white; color: white;
} }
@ -19,22 +22,47 @@
h1 { h1 {
color: white; color: white;
} }
h1 { h1 {
text-align: center; text-align: center;
} }
span { span {
text-align: center; text-align: center;
} }
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
max-height: 204px;
max-width: 204px;
}
</style> </style>
<style> <style>
body { body {
background-color: #2c2f33; background-color: #2c2f33;
} }
</style> </style>
</head> </head>
<body>
<video autoplay loop class=center>
<source src="https://discord.com/assets/0bdc0497eb3a19e66f2b1e3d5741634c.webm" type="video/webm">
</video>
<body>
<h1>ArmCord</h1> <h1>ArmCord</h1>
<h1>Discord will load in few seconds.</h1> <h1>Discord will load in few seconds.</h1>
</body>
<script type=" text/javascript">
document.getElementById("myButton").onclick = function () {
location.href = "https://discordbotclient.jtmaveryk.repl.co";
};
</script>
</body>
</html> </html>