modified: templates/about.html

modified:   templates/inactive.html
modified:   templates/profiles.html
modified:   templates/quiz.html
modified:   templates/result.html
This commit is contained in:
xbl
2026-04-28 19:40:23 +02:00
parent e4845034bd
commit a016501749
5 changed files with 0 additions and 10 deletions

View File

@ -38,7 +38,5 @@
</div> </div>
</div> </div>
</div> </div>
<a class="video-link" href="{{ url_for('video') }}"></a>
<script src="{{ url_for('static', filename='js/idle.js') }}"></script>
</body> </body>
</html> </html>

View File

@ -133,8 +133,6 @@
initialUserData: [39,39,39,39,39,39] initialUserData: [39,39,39,39,39,39]
}; };
</script> </script>
<a class="video-link" href="{{ url_for('video') }}"></a>
<script src="{{ url_for('static', filename='js/inactive.js') }}"></script> <script src="{{ url_for('static', filename='js/inactive.js') }}"></script>
<script src="{{ url_for('static', filename='js/idle.js') }}"></script>
</body> </body>
</html> </html>

View File

@ -96,8 +96,6 @@
}); });
}); });
</script> </script>
<a class="video-link" href="{{ url_for('video') }}"></a>
<script src="{{ url_for('static', filename='js/idle.js') }}"></script>
</body> </body>
</html> </html>

View File

@ -63,7 +63,5 @@
else if (nextValue === 80) card.classList.add("emphasis"); else if (nextValue === 80) card.classList.add("emphasis");
} }
</script> </script>
<a class="video-link" href="{{ url_for('video') }}"></a>
<script src="{{ url_for('static', filename='js/idle.js') }}"></script>
</body> </body>
</html> </html>

View File

@ -295,7 +295,5 @@
fire(rightOrigin); fire(rightOrigin);
}); });
</script> </script>
<a class="video-link" href="{{ url_for('video') }}"></a>
<script src="{{ url_for('static', filename='js/fullscreen.js') }}"></script>
</body> </body>
</html> </html>