diff options
author | 2018-02-21 14:48:24 +0000 | |
---|---|---|
committer | 2018-02-21 14:48:24 +0000 | |
commit | b2dd7529f04fbc2fa2aa4bc4716df706b9907531 (patch) | |
tree | ad9a0068646a5c36e356ddb1246022a23b3c3782 /templates/main | |
parent | More landing page work. Also: Blurple! (diff) |
Remove extra buttons
Diffstat (limited to 'templates/main')
-rw-r--r-- | templates/main/index.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/templates/main/index.html b/templates/main/index.html index 05537b6e..c7b85bf9 100644 --- a/templates/main/index.html +++ b/templates/main/index.html @@ -38,17 +38,4 @@ </div> </div> </div> - - <div class="uk-section" style="padding-top: 20px;"> - <div class="uk-container"> - <div uk-grid class="uk-child-width-expand uk-grid-large"> - <div> - <a class="uk-button uk-button-default uk-button-large uk-width-1-1">One</a> - </div> - <div> - <a class="uk-button uk-button-default uk-button-large uk-width-1-1">Two</a> - </div> - </div> - </div> - </div> {% endblock %}
\ No newline at end of file |