2023-03-29 23:02:30 +00:00
|
|
|
<head>
|
2023-04-09 20:29:59 +00:00
|
|
|
<style>
|
|
|
|
* {
|
|
|
|
user-select: none;
|
|
|
|
}
|
2023-03-29 23:02:30 +00:00
|
|
|
|
2023-04-09 20:29:59 +00:00
|
|
|
body {
|
|
|
|
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
|
|
|
|
"Open Sans", "Helvetica Neue", sans-serif;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2023-03-29 23:02:30 +00:00
|
|
|
|
2023-04-09 20:29:59 +00:00
|
|
|
.wrapper {
|
|
|
|
box-sizing: border-box;
|
|
|
|
height: 100%;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
background-color: hsl(223 6.7% 20.6%);
|
|
|
|
border-radius: 8px;
|
|
|
|
border: 1px solid hsl(220 6.5% 18%);
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
color: rgb(219, 222, 225);
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
width: 6em;
|
|
|
|
height: 6em;
|
|
|
|
}
|
|
|
|
</style>
|
2023-03-29 23:02:30 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2023-04-09 20:29:59 +00:00
|
|
|
<div class="wrapper">
|
|
|
|
<img
|
|
|
|
draggable="false"
|
2023-04-09 20:31:17 +00:00
|
|
|
src="https://cdn.discordapp.com/emojis/1024751291504791654.gif?size=512"
|
2023-04-09 20:29:59 +00:00
|
|
|
alt="shiggy"
|
|
|
|
role="presentation"
|
|
|
|
/>
|
|
|
|
<p>Loading Vencord Desktop...</p>
|
|
|
|
</div>
|
2023-03-29 23:02:30 +00:00
|
|
|
</body>
|