diff options
author | emkael <emkael@tlen.pl> | 2017-07-06 00:12:28 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-07-06 00:12:28 +0200 |
commit | 489eb40c0a29116ccce98291b3e174cb4531587b (patch) | |
tree | c8b7d205634b14f1fe211c0477555beeb5cf86c7 /templates/static.html | |
parent | 51fcc7cf85cc5438b6a15b6dacfcd37c1a9de818 (diff) |
Ability to compile multiple panels into single static page
Diffstat (limited to 'templates/static.html')
-rw-r--r-- | templates/static.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/static.html b/templates/static.html index 736c354..b115e0f 100644 --- a/templates/static.html +++ b/templates/static.html @@ -19,11 +19,11 @@ <small></small> </h2> </div> - <div class="panel panel-default"> - <div class="panel-body" id="content"> + <div class="panel panel-default" id="wrapper"> + <div class="panel-body"> </div> </div> - <div class="well well-sm"> + <div class="well well-sm" id="footer"> © 2017 - dla <a href="http://pzbs.pl">PZBS</a> zrobił <a href="https://emkael.info">mkl.</a> Też sobie <a href="https://github.com/emkael/pzbs-ranking">zrób.</a> </div> |