1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-29 15:24:51 -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() @RenderBody()
</main> </main>
<footer class="container mb-4">
<hr />
&copy; 2015-@DateTime.Now.Year 8bit Solutions LLC
</footer>
<environment include="Development"> <environment include="Development">
<script src="~/js/site.js" asp-append-version="true"></script> <script src="~/js/site.js" asp-append-version="true"></script>
</environment> </environment>