Move to armcord.xyz for loading files

This commit is contained in:
smartfrigde 2022-07-08 19:39:51 +02:00
parent 774a8bea2b
commit 927f498872
4 changed files with 5 additions and 5 deletions

View File

@ -38,7 +38,7 @@ SOFTWARE.*/
font-family: Whitney;
font-weight: 400;
font-style: normal;
src: url(https://armcord.smartfridge.space/whitney_400.woff) format("woff");
src: url(https://armcord.xyz/whitney_400.woff) format("woff");
}
html,

View File

@ -16,7 +16,7 @@
font-family: Whitney;
font-weight: 400;
font-style: normal;
src: url(https://armcord.smartfridge.space/whitney_400.woff) format("woff");
src: url(https://armcord.xyz/whitney_400.woff) format("woff");
}
html,

View File

@ -31,7 +31,7 @@ SOFTWARE.*/
font-family: Whitney;
font-weight: 400;
font-style: normal;
src: url(https://armcord.smartfridge.space/whitney_400.woff) format("woff");
src: url(https://armcord.xyz/whitney_400.woff) format("woff");
}
html,

View File

@ -18,7 +18,7 @@
<body>
<div class="container">
<video autoplay loop class="logo" id="splashscreen-armcord">
<source src="https://armcord.smartfridge.space/discord_loading.webm" type="video/webm" />
<source src="https://armcord.xyz/discord_loading.webm" type="video/webm" />
</video>
<p id="text-splashscreen"></p>
</div>
@ -38,7 +38,7 @@
if (data.version !== window.armcord.version) {
var elem = document.createElement("img");
elem.classList.add("logo");
elem.src = "https://armcord.smartfridge.space/update.webp";
elem.src = "https://armcord.xyz/update.webp";
document.body.prepend(elem);
document.getElementById("splashscreen-armcord").remove();
text.innerHTML = await armcord.getLang("loading_screen_update");