mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
18 lines
363 B
HTML
18 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>
|