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-family: Whitney;
font-weight: 400; font-weight: 400;
font-style: normal; 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, html,

View file

@ -16,7 +16,7 @@
font-family: Whitney; font-family: Whitney;
font-weight: 400; font-weight: 400;
font-style: normal; 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, html,

View file

@ -31,7 +31,7 @@ SOFTWARE.*/
font-family: Whitney; font-family: Whitney;
font-weight: 400; font-weight: 400;
font-style: normal; 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, html,

View file

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