hide url when hovering title

This commit is contained in:
2025-11-07 01:54:15 +00:00
parent 359ca97e12
commit 809015fc52
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
<body>
<div class="container">
<h1 class="title"><a class="title" href="mailto:me@futile.eu">futile</a></h1>
<h1 class="title" onclick="window.location.href='mailto:me@futile.eu'">futile</h1>
</div>
</body>