mirror of
https://github.com/tobspr-games/shapez.io.git
synced 2026-03-17 12:01:12 -07:00
17 lines
363 B
HTML
17 lines
363 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Iframe test</title>
|
|
</head>
|
|
|
|
<body style="background: #333438; color: #eee;"></body>
|
|
<iframe
|
|
src="http://localhost:3005?embed=kongregate"
|
|
width="800"
|
|
height="600"
|
|
scrolling="auto"
|
|
frameborder="0"
|
|
border="0"
|
|
allowfullscreen
|
|
></iframe>
|
|
</html>
|