make text not selectable or draggable

This commit is contained in:
2024-09-15 18:37:00 +02:00
parent 96420688e8
commit fd1fde6be0
3 changed files with 12 additions and 6 deletions

View File

@@ -28,7 +28,7 @@
</main>
<div class="spacer-bottom"></div>
<footer class="footer">
<a href="./">Startseite</a>
<a href="./" draggable="false">Startseite</a>
</footer>
</body>
</html>