2021-05-20 08:58:05 +02:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<script src="http://play.workadventure.localhost/iframe_api.js"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<script>
|
2021-06-23 11:32:11 +02:00
|
|
|
WA.room.setProperty('iframeTest', 'openWebsite', 'https://www.wikipedia.org/');
|
|
|
|
WA.room.setProperty('metadata', 'openWebsite', 'https://www.wikipedia.org/');
|
2021-05-20 08:58:05 +02:00
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html>
|