12 lines
367 B
HTML
12 lines
367 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<script src="http://play.workadventure.localhost/iframe_api.js"></script>
|
|
</head>
|
|
<body>
|
|
<script>
|
|
WA.room.setProperty('iframeTest', 'openWebsite', 'https://www.wikipedia.org/');
|
|
WA.room.setProperty('metadata', 'openWebsite', 'https://www.wikipedia.org/');
|
|
</script>
|
|
</body>
|
|
</html> |