Update webring.js

This commit is contained in:
gablaxy 2023-04-19 11:46:30 +02:00 committed by GitHub
parent 6b896b006f
commit 5f76906794
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);