Merge pull request #6 from BastelPichi/main

Add link to Website
This commit is contained in:
lekrsu 2024-05-20 22:05:11 +02:00 committed by GitHub
commit b921d55ef5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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;
}