feat: integrate press garden
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
53381cae05
commit
5da4363a91
2 changed files with 13 additions and 1 deletions
|
@ -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
|
|
@ -244,3 +244,7 @@ footer {
|
|||
margin:12px;
|
||||
}
|
||||
|
||||
iframe {
|
||||
border: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue