Add link to Website

This commit is contained in:
BastelPichi 2024-05-20 21:51:47 +02:00
parent 88bf9552ff
commit e3aa95b610
2 changed files with 6 additions and 0 deletions

View File

@ -262,3 +262,5 @@ Please review the [LICENSE](LICENSE) file for detailed terms and conditions.
### Author Information
This guide has been written by **lekrsu**, who can be reached on Discord with the tag `lekrsu` and on Telegram with the username `lekrsu`. You're welcome to send a pull request if you feel like the information needs correction.
<p class="hidden">This guide can be viewed in a prettier form <a href="https://lekrsu.github.io/shfw-walkthrough">here</a>.</p>

View File

@ -39,3 +39,7 @@ body {
padding: 15px;
}
}
.hidden {
display: none;
}