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:
@ -38,7 +38,5 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a class="video-link" href="{{ url_for('video') }}">▶</a>
|
||||
<script src="{{ url_for('static', filename='js/idle.js') }}"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -133,8 +133,6 @@
|
||||
initialUserData: [39,39,39,39,39,39]
|
||||
};
|
||||
</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/idle.js') }}"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -96,8 +96,6 @@
|
||||
});
|
||||
});
|
||||
</script>
|
||||
<a class="video-link" href="{{ url_for('video') }}">▶</a>
|
||||
<script src="{{ url_for('static', filename='js/idle.js') }}"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
@ -63,7 +63,5 @@
|
||||
else if (nextValue === 80) card.classList.add("emphasis");
|
||||
}
|
||||
</script>
|
||||
<a class="video-link" href="{{ url_for('video') }}">▶</a>
|
||||
<script src="{{ url_for('static', filename='js/idle.js') }}"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -295,7 +295,5 @@
|
||||
fire(rightOrigin);
|
||||
});
|
||||
</script>
|
||||
<a class="video-link" href="{{ url_for('video') }}">▶</a>
|
||||
<script src="{{ url_for('static', filename='js/fullscreen.js') }}"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user