summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-07-06 00:12:28 +0200
committeremkael <emkael@tlen.pl>2017-07-06 00:12:28 +0200
commit489eb40c0a29116ccce98291b3e174cb4531587b (patch)
treec8b7d205634b14f1fe211c0477555beeb5cf86c7 /templates
parent51fcc7cf85cc5438b6a15b6dacfcd37c1a9de818 (diff)
Ability to compile multiple panels into single static page
Diffstat (limited to 'templates')
-rw-r--r--templates/static.html6
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">
&copy; 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>