sku-pg
Version:
Skulpt is a Javascript implementation of Python 2.x. Python that runs in your browser!
18 lines (15 loc) • 523 B
HTML
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Skulpt Unit Test</title>
<link rel="stylesheet" type="text/css" media="all" href="main.css">
<script src="http://ajax.googleapis.com/ajax/libs/mootools/1.2.3/mootools.js" type="text/javascript"></script>
<script src="browser-test.js" type="text/javascript"></script>
</head><body>
<div class="page">
<pre id="output">
<button onclick='main()'>Run unit tests</button>
</pre>
</div>
</body></html>