<!DOCTYPE html>
<html>
<head>
<title>Der Titel des Dokuments</title>
<style>
.disabled {
pointer-events: none;
cursor: default;
}
</style>
</head>
<body>
<h2>Link auf der aktuellen Seite deaktivieren</h2>
<a href="https://www.w3docs.com/" class="disabled">Hier Klicken</a>
</body>
</html>