diff options
author | emkael <emkael@tlen.pl> | 2017-07-04 15:54:31 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-07-04 15:55:46 +0200 |
commit | 7ad97251669963ec81eb9e808e9a8890939a1b1a (patch) | |
tree | b0afa5ae00a36aac8d8ce9eefa8722e1f24440eb /templates/static.html | |
parent | bf0b6154fe7b5a7853b15ab5d401e3f6524f1ec5 (diff) |
Generating static content from common page template
Diffstat (limited to 'templates/static.html')
-rw-r--r-- | templates/static.html | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/templates/static.html b/templates/static.html new file mode 100644 index 0000000..4fbb455 --- /dev/null +++ b/templates/static.html @@ -0,0 +1,33 @@ +<!DOCTYPE html> +<html> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <title>Oficjalny Ranking Brydżowy PZBS</title> + <link rel="stylesheet" href="res/bootstrap.min.css" /> + <link rel="stylesheet" href="res/jquery.qtip.min.css" /> + <link rel="stylesheet" href="res/ranking.css" /> + </head> + <body> + <div class="container"> + <div class="btn-group static-menu" role="nav"> + </div> + <div class="page-header"> + <h1> + Oficjalny Ranking Brydżowy PZBS + </h1> + <h2> + <small></small> + </h2> + </div> + <div class="panel panel-default"> + <div class="panel-body" id="content"> + </div> + </div> + <div class="well well-sm"> + © 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> + Dane w CSV <a href="https://raw.githubusercontent.com/emkael/pzbs-ranking/master/data/rankings" id="rawlink">tu.</a> + </div> + </div> + </body> +</html> |