diff options
| author | Martial Simon <msimon_fr@hotmail.com> | 2024-01-13 17:13:25 +0200 |
|---|---|---|
| committer | Martial Simon <msimon_fr@hotmail.com> | 2024-01-13 17:13:25 +0200 |
| commit | af893f71c9a8d8d5ca815ed44ed0879287e4cf87 (patch) | |
| tree | 152328b7f04112f42dfa193802c85a54f357f85f /info.html | |
| parent | b75c526c061fab817c0a60b9ec0be4c939dcabc6 (diff) | |
fix: fixed text links
Diffstat (limited to 'info.html')
| -rw-r--r-- | info.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ <div class="content"> <h1>Projets</h1> <p>La plupart de mes projets sont trouvables sur <a class="text-link" href="https://github.com/Laitram31" style="color:#333333">Github</a>.</p> - <p>ET MAINTENANT EN EXCLUSIVITE : <a href="https://git.marcelus.net" style="color: orange">git.marcelus.net</a></p> + <p>ET MAINTENANT EN EXCLUSIVITE : <a class="text-link" href="https://git.marcelus.net" style="color: orange">git.marcelus.net</a></p> <hr class="section-sep"> <h1>Mes machines</h1> <p> |
