This commit is contained in:
parent
3a4d5c3a05
commit
d13635c0dc
1 changed files with 13 additions and 0 deletions
|
|
@ -17,4 +17,17 @@ document.addEventListener("DOMContentLoaded", () => {
|
||||||
gitgudringScript.src = "https://mechagic.party/1stylescripts/gitgudring.js";
|
gitgudringScript.src = "https://mechagic.party/1stylescripts/gitgudring.js";
|
||||||
gitgudringScript.defer = true;
|
gitgudringScript.defer = true;
|
||||||
webringsElement.appendChild(gitgudringScript);
|
webringsElement.appendChild(gitgudringScript);
|
||||||
|
|
||||||
|
const noAIMapHTML = `
|
||||||
|
<map name="noaitxtwidget">
|
||||||
|
<area href="https://baccyflap.com/noai" target="_blank" shape="rect" coords="28,0,219,30" alt="no ai webring" title="no ai webring">
|
||||||
|
<area href="https://baccyflap.com/noai/?prv&s=sad" target="_top" shape="rect" coords="0,0,27,30" alt="previous" title="previous">
|
||||||
|
<area href="https://baccyflap.com/noai/?rnd" target="_top" shape="rect" coords="221,6,235,25" alt="random" title="random">
|
||||||
|
<area href="https://baccyflap.com/noai/?nxt&s=sad" target="_top" shape="rect" coords="239,0,263,30" alt="next" title="next">
|
||||||
|
</map>
|
||||||
|
<img usemap="#noaitxtwidget" src="https://baccyflap.com/noai/txtwidget-light.gif" alt="a white rectangular box with a dashed outline with the words 'the no ai webring' in the centre, with a parenthetical question mark next to it and two arrows pointing left and right to either side">
|
||||||
|
`;
|
||||||
|
const noAIContainer = document.createElement("div");
|
||||||
|
noAIContainer.innerHTML = noAIMapHTML;
|
||||||
|
webringsElement.appendChild(noAIContainer);
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue