aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index f60069f..673b44a 100644
--- a/index.html
+++ b/index.html
@@ -226,7 +226,7 @@
<div class="counter">
<img
id="example"
- src="https://counter.due.moe/get/@demo"
+ src="https://mayu.due.moe/get/@demo"
alt="Example counter"
class="example-image"
/>
@@ -284,7 +284,7 @@
themeValue = themeSelect.value;
}
- image.src = `https://counter.due.moe/get/@${inputValue}?theme=${themeValue}`;
+ image.src = `https://mayu.due.moe/get/@${inputValue}?theme=${themeValue}`;
setCopyCodes();
};