瀏覽代碼

remove obsolete myproject directory

Manfred Kroehnert 11 年之前
父節點
當前提交
bb62e871e9
共有 1 個文件被更改,包括 0 次插入16 次删除
  1. 0 16
      myproject/index.html

+ 0 - 16
myproject/index.html

@@ -1,16 +0,0 @@
-<html>
-<head>
-<title>My Project</title>
-<script src="../vendor/amber/js/amber.js" type="text/javascript"></script>
-</head>
-<body>
-<script type="text/javascript"> 
-	loadAmber({
-		files: ['Banana'],
-		packageHome: './',
-		ready: function() {
-			smalltalk.Browser._open();
-		}}); 
-</script>
-</body>
-</html>