diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/video.tpl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/video.tpl b/templates/video.tpl index 00826db..92a86ab 100644 --- a/templates/video.tpl +++ b/templates/video.tpl @@ -10,6 +10,15 @@ <!--LibreVideoJS--> <link href="{$styles.teal}" rel="stylesheet"/> <script src="{$javascript.librevideojs}"></script> + <style> + code, kbd, samp { + font-family: monospace, monospace; + font-size: 0.8em; + background: black; + text-align: center; + padding: 1em; + } + </style> </head> <body> <div class="contenedor"> @@ -88,6 +97,7 @@ </div> </section> <p>{$baselink}</p> + <code>{$current_url}</code> <footer> <p class="copyleft">Esta web es Software Libre y esta disponible en <a class="enlace" rel="noopener noreferrer" href="https://notabug.org/heckyel/ytlibre" target="_blank">Notabug</a> bajo la Licencia <a class="enlace" rel="license noopener noreferrer" href="https://www.gnu.org/licenses/agpl-3.0.html" target="_blank"> |