diff options
Diffstat (limited to 'views/partials/footer.ejs')
-rw-r--r-- | views/partials/footer.ejs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/views/partials/footer.ejs b/views/partials/footer.ejs index 168dc25..33fb1a4 100644 --- a/views/partials/footer.ejs +++ b/views/partials/footer.ejs @@ -22,5 +22,9 @@ ~ SOFTWARE. ~ --> +<span style="position:fixed;right:0;top:0;z-index:999999999999;background:black;font-family:monospace;">version <%= version %> (build <%= build %>)</span> +<span style="position:fixed;left:0;top:0;z-index:999999999999;background:black;font-family:monospace;">Project Vapor Trail</span> +<span style="position:fixed;right:0;bottom:0;z-index:999999999999;background:black;font-family:monospace;">Not for production use.</span> +<span style="position:fixed;left:0;bottom:0;z-index:999999999999;background:black;font-family:monospace;">Not for production use.</span> </body> </html>
\ No newline at end of file |