diff options
| author | Fuwn <[email protected]> | 2024-06-13 22:33:50 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-13 22:34:10 +0000 |
| commit | cbae8390429b1ef3a4bdf2a3e4dc289614a6c01a (patch) | |
| tree | 1932f10317d829c69d0594671898468394c34416 /index.html | |
| parent | feat(index.html): query parameters (diff) | |
| download | mayu-cbae8390429b1ef3a4bdf2a3e4dc289614a6c01a.tar.xz mayu-cbae8390429b1ef3a4bdf2a3e4dc289614a6c01a.zip | |
fix(index.html): replace with new url
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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(); }; |