1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Crosspromo

This commit is contained in:
tobspr
2021-08-11 16:27:39 +02:00
parent eb628526c9
commit fb695d7413
2 changed files with 19 additions and 0 deletions

View File

@@ -173,6 +173,15 @@ export class MainMenuState extends GameState {
'<a class="producerLink" target="_blank">Tobias Springer</a>'
)}</div>
</div>
${
G_IS_STANDALONE
? ""
: `
<iframe id="crosspromo" src="https://crosspromo.tobspr.io"></iframe>
`
}
`
}
`;