<!DOCTYPE html>
<html>
<head>
<title>Titre du document</title>
<style>
.disabled {
pointer-events: none;
cursor: default;
}
</style>
</head>
<body>
<h2>Désactiver le lien sur la page actuelle</h2>
<a href="https://fr.w3docs.com/" class="disabled">Cliquez ici</a>
</body>
</html>