the best discord client for windows vista/7/8 users
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
aerocord/static/views/splash.html

39 lines
905 B

<head>
<link rel="stylesheet" href="./style.css" type="text/css" />
<style>
body {
user-select: none;
-webkit-app-region: drag;
}
.wrapper {
box-sizing: border-box;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border-radius: 8px;
border: 1px solid var(--fg-semi-trans);
color: rgb(255, 0, 200)
}
p {
text-align: center;
}
img {
width: 128px;
height: 128px;
image-rendering: pixelated;
}
</style>
</head>
<body>
<div class="wrapper">
<img draggable="false" src="../shiggy.gif" alt="Windows 7 jumpscare" role="presentation" />
<p>Loading Aerocord...</p>
</div>
</body>