Browse Source

add gitingore

master
Angeliki 2 years ago
parent
commit
fa2628b2ea
  1. 1
      .gitignore
  2. 2
      workshopA.html

1
.gitignore

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

2
workshopA.html

@ -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…
Cancel
Save