Files
cappuccino/Tools/NibApp/index.html
T

33 lines
781 B
HTML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns = "http://www.w3.org/1999/xhtml" xml:lang = "en" lang = "en">
<!--
//
// index.html
// Editor
//
// Created by Francisco Tolmasky on Date.
// Copyright 2005 - 2008, 280 North, Inc. All rights reserved.
//
-->
<head>
<title>Nib App</title>
<script src = "Frameworks/Objective-J/Objective-J.js" type = "text/javascript"></script>
<script type = "text/javascript">
objj_import("main.j", YES, function() { main(); });
</script>
</head>
<body>
<center>
<img src = "Resources/spinner.gif" />
</center>
</body>
</html>