mirror of
https://github.com/24eme/signaturepdf
synced 2026-03-14 13:55:44 +01:00
Missing alt attribute
This commit is contained in:
parent
d169d78e05
commit
6853a320dc
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<div class="p-2 mb-3">
|
||||
<nav class=" rounded pb-2 mx-auto position-relative">
|
||||
<a class="link-dark" href="<?php echo $REVERSE_PROXY_URL; ?>/"><img src="logo-small.svg" style="height: 42px; position: absolute;top: 6px;left: 8px;" />
|
||||
<a class="link-dark" href="<?php echo $REVERSE_PROXY_URL; ?>/"><img src="logo-small.svg" alt="Logo de signature pdf" style="height: 42px; position: absolute;top: 6px;left: 8px;" />
|
||||
<span class="d-none d-lg-inline" style="font-size: 15px; position: absolute;top: 10px;left: 56px;">Signature PDF</span>
|
||||
<span class="opacity-50 d-none d-lg-inline" style="font-size: 12px; position: absolute;top: 30px;left: 56px;"><?php echo _("Sign and manipulate PDFs freely"); ?></span></a>
|
||||
<div class="dropdown position-absolute top-0 end-0 mt-2 me-2">
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
</noscript>
|
||||
<?php include('components/navtab.html.php'); ?>
|
||||
<div class="container pt-4 fullpage">
|
||||
<p class="lead text-center mb-2"><img src="logo.svg" style="height: 160px;" class="text-center" /></p>
|
||||
<p class="lead text-center mb-2"><img src="logo.svg" alt="Logo de signature pdf" style="height: 160px;" class="text-center" /></p>
|
||||
<h1 class="text-center lead opacity-50 d-lg-none mb-4">Signature PDF</h1>
|
||||
<p class="fs-5 mt-3 text-center mb-0"><?php echo _("Free open-source software for signing and manipulating PDFs"); ?></p>
|
||||
<div class="row justify-content-center mt-4">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue