diff options
author | blendoit <blendoit@gmail.com> | 2020-02-05 19:47:05 -0800 |
---|---|---|
committer | blendoit <blendoit@gmail.com> | 2020-02-05 19:47:05 -0800 |
commit | 43eae3a4a86db4878b670b7efc14e01bd4c06e0f (patch) | |
tree | 2bcb93d4aa1f8c23741a6f339518dd4e31162638 /app/templates/home.html | |
parent | b5b8b9bdbcc7f83d4a3e23b3e03e33cd08ee10a3 (diff) |
'yes' page styles.
Diffstat (limited to 'app/templates/home.html')
-rw-r--r-- | app/templates/home.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/templates/home.html b/app/templates/home.html index 5598739..6363601 100644 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -4,9 +4,7 @@ {% extends "base.html" %} {% block content %} -<!-- 'Yes' tab --> <a href="{{ url_for('yes') }}" class="tab-yes"></a> -<!-- 'No' tab --> <a href="{{ url_for('no') }}" class="tab-no"></a> <div class="feed-post"> |