Compare commits

..

No commits in common. "48a039ed04cf8de4eeebc3fc95152681e30a1dfa" and "82033ac3b9443df1c4ced1a4be801f1a4d2996b6" have entirely different histories.

3 changed files with 1 additions and 14 deletions

View File

@ -1,7 +0,0 @@
#!/bin/bash
scp index.html fachschaft:/opt/docker/services/wiai.de/www/weihnachtsquiz2020/index.html
scp -r js/ fachschaft:/opt/docker/services/wiai.de/www/weihnachtsquiz2020/
scp -r css/ fachschaft:/opt/docker/services/wiai.de/www/weihnachtsquiz2020/
scp -r img/ fachschaft:/opt/docker/services/wiai.de/www/weihnachtsquiz2020/
scp -r fonts/ fachschaft:/opt/docker/services/wiai.de/www/weihnachtsquiz2020/

View File

@ -70,7 +70,7 @@
</section>
</main>
<script src="js/vue.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vue@2/dist/vue.js"></script>
<script src="js/questions.js"></script>
<script src="js/app.js"></script>
</body>

6
js/vue.min.js vendored

File diff suppressed because one or more lines are too long