Create a gist now

Instantly share code, notes, and snippets.

<html>
<head>
<script type="text/javascript" src="AppleClasses/AppleWidget.js"> </script>
<!-- AppleWidget.js can be downloaded from here: http://cl.ly/code/002v090w2k1u -->
</head>
<body>
Your widget content goes here.
<script type="text/javascript">
window.onload = function ()
 {

widget.notifyContentIsReady();

}
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment