add gitingore

This commit is contained in:
Angeliki 2022-02-10 02:40:33 -06:00
parent 55e936ee87
commit fa2628b2ea
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ pdf/*
images/*
audio/*
scripts/venv/*

View File

@ -30,7 +30,7 @@ function httpGet(theUrl) {
var workshopA = httpGet('https://pad.xpub.nl/p/wordmord.workshop_A.public/export/html');
document.getElementById("workshopA").innerHTML = workshopA;
var workshopA_img = httpGet('https://pad.xpub.nl/p/wordmord.workshop_A.public.img/export/txt');
var workshopA_img = httpGet('https://pad.vvvvvvaria.org/wordmord.workshop_A.public.img/export/txt');
document.getElementById("workshopA_img").innerHTML = workshopA_img;
</script>
</body>