15 lines
361 B
HTML
15 lines
361 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<script src="http://play.workadventure.localhost/iframe_api.js"></script>
|
|
<script>
|
|
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<p>Website opened by script.</p>
|
|
<script>
|
|
WA.sendChatMessage('The iframe opened by a script works !', 'Mr Robot');
|
|
</script>
|
|
</body>
|
|
</html> |