This repository has been archived by the owner on Jul 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
13 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
{% extends 'base.html' %} | ||
{% block content %} | ||
<div id="fullscreen"> | ||
<div id="fullscreen-content"> | ||
<p class="pre-solve">Если ты готов начать тест, нажми на кнопку ниже</p> | ||
<a href="{{ url_for('solve') }}" class="btn btn-outline-success pre-solve">Продолжить</a> | ||
{% block body %} | ||
<div class="d-flex align-items-center justify-content-center" id="centered-container"> | ||
<div class="text-center"> | ||
<a href="{{ url_for('solve') }}" class="btn btn-outline-success pre-solve">Нажми сюда, чтобы начать тест</a> | ||
</div> | ||
</div> | ||
{% endblock %} | ||
{% block scripts %} | ||
<script> | ||
$('body').css('padding-top', 0); | ||
</script> | ||
{% endblock %} |
0926016
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FIXES! FIXES! FIXES!