cleaned up API scaffolding

pull/95/head
jmoenig 2020-07-07 07:08:50 +02:00
rodzic 30e0013005
commit ef0c50d5c8
2 zmienionych plików z 1 dodań i 16 usunięć

2
API.md
Wyświetl plik

@ -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.

Wyświetl plik

@ -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>