Skip to content

fix: fixed a bug in index.html #330

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 22, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions app/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,6 @@ <h2 class="fs-1 fw-bold">
<a id="on">Start Audio</a>
<a id="off">Stop Audio</a>
</div>
<div class="d-flex justify-content-center">
<div class="d-flex justify-content-center">
<a href="{{ url_for('calendar') }}"
class="btn btn-lg btn-primary shadow-lg bg-body p-3 mb-5 bg-gradient2 landing-page-button"
type="button">
<span>Get Started</span>
</a>
</div>
</div>
</div>
</div>
<div class="d-flex justify-content-center">
Expand Down