link to servnest website in footer

This commit is contained in:
Miraty 2024-01-15 20:05:55 +01:00
parent 48773de33a
commit 7330f3a769
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ displayFinalMessage($data);
?>
</main>
<footer>
<small><?= sprintf(_('Based on %s, available under %s.'), '<a rel="external" href="https://code.antopie.org/servnest/servnest" class="common"><span aria-hidden="true">🌳</span>&nbsp;ServNest</a>', '<abbr title="Cooperative Nonviolent Public License No Attribution version 7 or more">CNPL-NAv7+</abbr>') ?></small>
<small><?= sprintf(_('Based on %s, available under %s.'), '<a rel="external" href="https://servnest.niv.re/" class="common"><span aria-hidden="true">🌳</span>&nbsp;ServNest</a>', '<abbr title="Cooperative Nonviolent Public License No Attribution version 7 or more">CNPL-NAv7+</abbr>') ?></small>
</footer>
</body>
</html>