sku-pg
Version:
Skulpt is a Javascript implementation of Python 2.x. Python that runs in your browser!
23 lines (21 loc) • 699 B
HTML
<html>
<!--
Copyright 2010 The Closure Library Authors. All Rights Reserved.
Use of this source code is governed by an Apache 2.0 License.
See the COPYING file for details.
-->
<head>
<title>Closure Demos</title>
<link rel="stylesheet" type="text/css" href="css/demo.css">
</head>
<body>
<h1>Welcome to Closure!</h1>
<p>Use the tree in the navigation pane to view Closure demos.</p>
<br>
<h2><span style="color:#800;">New!</span> Common UI Controls</h2>
<p>Check out these widgets by clicking on the demo links on the left:</p>
<img style="margin:10px;border:1px solid #888;padding:0;"
alt="Common UI controls" src="../images/ui_controls.jpg">
</body>
</html>