1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-28 14:54:50 -05:00

add a footer

This commit is contained in:
Kyle Spearrin 2018-03-21 16:26:49 -04:00
parent 67bf801c15
commit cd262e81c8

View File

@ -42,6 +42,11 @@
@RenderBody()
</main>
<footer class="container mb-4">
<hr />
&copy; 2015-@DateTime.Now.Year 8bit Solutions LLC
</footer>
<environment include="Development">
<script src="~/js/site.js" asp-append-version="true"></script>
</environment>