add gitingore
This commit is contained in:
parent
55e936ee87
commit
fa2628b2ea
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ pdf/*
|
||||
images/*
|
||||
audio/*
|
||||
scripts/venv/*
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user