kopia lustrzana https://github.com/backface/turtlestitch
cleaned up API scaffolding
rodzic
30e0013005
commit
ef0c50d5c8
2
API.md
2
API.md
|
@ -1,6 +1,6 @@
|
|||
# The Snap! API
|
||||
|
||||
Jens Mönig, July. 06, 2020
|
||||
Jens Mönig, July 07, 2020
|
||||
|
||||
This document describes how Snap! can be accessed from an outside program to start scripts, send and retrieve information. The model use case is embedding interactive Snap! projects in other websites such as MOOCs or other adaptive learning platforms.
|
||||
|
||||
|
|
15
frame.html
15
frame.html
|
@ -1,15 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Snap! iFrame</title>
|
||||
</head>
|
||||
<body>
|
||||
<iframe id="inlineFrameExample"
|
||||
title="Inline Frame Example"
|
||||
width="1024"
|
||||
height="720"
|
||||
src="snap.html">
|
||||
</iframe>
|
||||
</body>
|
||||
</html>
|
Ładowanie…
Reference in New Issue