mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
40 lines
758 B
HTML
40 lines
758 B
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>
|
|
: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>
|
|
|
|
<body>
|
|
<h1>ArmCord</h1>
|
|
<h1>Discord will load in few seconds.</h1>
|
|
</body>
|
|
</html>
|