diff options
Diffstat (limited to 'share/multi-lcd.html')
-rw-r--r-- | share/multi-lcd.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/share/multi-lcd.html b/share/multi-lcd.html index 466cb07..fda4cf5 100644 --- a/share/multi-lcd.html +++ b/share/multi-lcd.html @@ -79,6 +79,16 @@ border-bottom: 0.1em solid #000066; } + div.about { + text-align: right;; + font-family: Sans-Serif; + color: #666666; + } + + div.about a { + color: #000066; + } + </style> </head> <body> @@ -118,5 +128,10 @@ </div> <!-- outer --> +<div class="about"> +<a href="http://finalrewind.org/projects/db-fakedisplay/">db-fakedisplay</a> +v<TMPL_VAR version> +</div> + </body> </html> |