Add footer

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2017-08-03 20:50:11 +02:00
parent 16b128dccd
commit 05c7949e4c
No known key found for this signature in database
GPG Key ID: DC2729FDD34BE99E
2 changed files with 14 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -26,6 +26,11 @@
#somethingwrong, #notfound, #panelReadSecret, #panelSecretURL {
display: none;
}
.footer {
font-size: 0.9em;
text-align: center;
color: #2f2f2f;
}
</style>
</head>
<body>
@ -119,6 +124,12 @@
</div>
</div>
</div> <!-- /.col-md-12 -->
</div> <!-- /.row -->
<div class="row">
<div class="col-md-12 footer">
Powered by <a href="https://github.com/Luzifer/ots">Luzifer/OTS</a>
</div>
</div>
</div>