diff options
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,7 +26,7 @@ a:active { color: blue; } <body> <p>Hi, I'm Dmitry Ilvokhin.</p> -<p>You can reach me on <a href="https://t.me/ilvokhin">telegram</a> or just - <a href="mailto:d@ilvokhin.com">email</a> me.</p> +<p>You can reach me on <a href="https://t.me/ilvokhin">telegram</a> or + <a href="mailto:d@ilvokhin.com">email</a>.</p> </body> </html> |