fix: use https for iframe too
This commit is contained in:
parent
5da4363a91
commit
ef41d2aa0c
1 changed files with 2 additions and 2 deletions
|
@ -15,11 +15,11 @@ I hope you'll have fun here !
|
||||||
|
|
||||||
## Sonic news
|
## Sonic news
|
||||||
|
|
||||||
<iframe src="http://press.fanstuff.garden/iframe-sonic.php" height="180px" width="100%"></iframe>
|
<iframe src="https://press.fanstuff.garden/iframe-sonic.php" height="180px" width="100%"></iframe>
|
||||||
|
|
||||||
## SEGA news
|
## SEGA news
|
||||||
|
|
||||||
<iframe src="http://press.fanstuff.garden/iframe-sega.php" height="180px" width="100%"></iframe>
|
<iframe src="https://press.fanstuff.garden/iframe-sega.php" height="180px" width="100%"></iframe>
|
||||||
|
|
||||||
## Sister projects
|
## Sister projects
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue