diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-11-26 15:51:03 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-11-26 15:51:03 +0100 |
commit | 2b53e3e2ef985a01fecede6a5854428391d83726 (patch) | |
tree | 1ca7dcc4edbabb55068a315e57c24b58b00fa920 /static/presentations/2021-11-13/garage/test/assets | |
parent | 888003d72fe33b0a8e8962040d1f759b58f18e6b (diff) | |
download | rfid-2b53e3e2ef985a01fecede6a5854428391d83726.tar.gz rfid-2b53e3e2ef985a01fecede6a5854428391d83726.zip |
Ajout présentation et programme du 11/12
Diffstat (limited to 'static/presentations/2021-11-13/garage/test/assets')
4 files changed, 4 insertions, 0 deletions
diff --git a/static/presentations/2021-11-13/garage/test/assets/external-script-a.js b/static/presentations/2021-11-13/garage/test/assets/external-script-a.js new file mode 100644 index 0000000..cbc8da1 --- /dev/null +++ b/static/presentations/2021-11-13/garage/test/assets/external-script-a.js @@ -0,0 +1 @@ +window.externalScriptSequence += 'A';
\ No newline at end of file diff --git a/static/presentations/2021-11-13/garage/test/assets/external-script-b.js b/static/presentations/2021-11-13/garage/test/assets/external-script-b.js new file mode 100644 index 0000000..e5bca5a --- /dev/null +++ b/static/presentations/2021-11-13/garage/test/assets/external-script-b.js @@ -0,0 +1 @@ +window.externalScriptSequence += 'B';
\ No newline at end of file diff --git a/static/presentations/2021-11-13/garage/test/assets/external-script-c.js b/static/presentations/2021-11-13/garage/test/assets/external-script-c.js new file mode 100644 index 0000000..7d4ccf6 --- /dev/null +++ b/static/presentations/2021-11-13/garage/test/assets/external-script-c.js @@ -0,0 +1 @@ +window.externalScriptSequence += 'C';
\ No newline at end of file diff --git a/static/presentations/2021-11-13/garage/test/assets/external-script-d.js b/static/presentations/2021-11-13/garage/test/assets/external-script-d.js new file mode 100644 index 0000000..1c5925b --- /dev/null +++ b/static/presentations/2021-11-13/garage/test/assets/external-script-d.js @@ -0,0 +1 @@ +window.externalScriptSequence += 'D';
\ No newline at end of file |