feat: integrate press garden
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Kazhnuz Klappsthul 2023-11-15 19:07:16 +01:00
parent 53381cae05
commit 5da4363a91
2 changed files with 13 additions and 1 deletions

View File

@ -13,6 +13,14 @@ This website aim to be an olschool Sonic Website, that aim to help you to discov
I hope you'll have fun here !
## Sonic news
<iframe src="http://press.fanstuff.garden/iframe-sonic.php" height="180px" width="100%"></iframe>
## SEGA news
<iframe src="http://press.fanstuff.garden/iframe-sega.php" height="180px" width="100%"></iframe>
## Sister projects
- [Press Garden](https://press.fanstuff.garden)
- [Press Garden](https://press.fanstuff.garden) - powers the news system

View File

@ -244,3 +244,7 @@ footer {
margin:12px;
}
iframe {
border: none;
}