Add footer
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
16b128dccd
commit
05c7949e4c
2 changed files with 14 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
@ -26,6 +26,11 @@
|
||||||
#somethingwrong, #notfound, #panelReadSecret, #panelSecretURL {
|
#somethingwrong, #notfound, #panelReadSecret, #panelSecretURL {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
.footer {
|
||||||
|
font-size: 0.9em;
|
||||||
|
text-align: center;
|
||||||
|
color: #2f2f2f;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -119,6 +124,12 @@
|
||||||
</div>
|
</div>
|
||||||
</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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue