Update webring.js
This commit is contained in:
parent
6b896b006f
commit
5f76906794
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
const JSON_WEBRING = "https://gablaxy.github.io/webring.json";
|
||||
const JSON_WEBRING = "https://raw.githubusercontent.com/gablaxy/webring/main/webring.json";
|
||||
|
||||
const template = document.createElement("template");
|
||||
template.innerHTML = `
|
||||
|
|
@ -66,4 +66,4 @@ class Webring extends HTMLElement {
|
|||
}
|
||||
}
|
||||
|
||||
window.customElements.define("webring-iutechno", Webring);
|
||||
window.customElements.define("webring-iutechno", Webring);
|
||||
|
|
|
|||
Loading…
Reference in a new issue