diff --git a/scripts/cssa-webring.js b/scripts/cssa-webring.js index 78c9ab4..ddf4fef 100644 --- a/scripts/cssa-webring.js +++ b/scripts/cssa-webring.js @@ -1,3 +1,7 @@ +function load_random_site() { + console.log("requested random site"); +} + function load_webring() { const webring_url = "https://aidang.cc/webring/https://jjanzen.ca"; @@ -12,7 +16,7 @@ function load_webring() {
`; webring_container.innerHTML = webring_html;