diff options
author | Jordan <me@jordan.im> | 2020-06-10 17:42:15 -0700 |
---|---|---|
committer | Jordan <me@jordan.im> | 2020-06-10 17:42:15 -0700 |
commit | dd05c01005e1d6537baf7113a104bf6750c5776d (patch) | |
tree | 2db226a5d74c8255d3011ef1bc4047d1aa14163a | |
parent | e4849a8caac88bdbfb883c8e0b071fb0d5a6d898 (diff) | |
download | roka-dd05c01005e1d6537baf7113a104bf6750c5776d.tar.gz roka-dd05c01005e1d6537baf7113a104bf6750c5776d.zip |
rm duplicate container
-rw-r--r-- | templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index ebd8bfa..e59c8f5 100644 --- a/templates/index.html +++ b/templates/index.html @@ -6,7 +6,7 @@ <link href="static/bootstrap.min.css" rel="stylesheet"> </head> <body> - <div class="container container-fluid"> + <div class="container-fluid"> <h2>Audiobooks</h2> <table class="table table-condensed table-bordered table-striped"> <tr> |