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>
|
</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>
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
@ -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>
|
||||||
|
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user