Browse Source

remove obsolete myproject directory

Manfred Kroehnert 11 năm trước cách đây
mục cha
commit
bb62e871e9
1 tập tin đã thay đổi với 0 bổ sung16 xóa
  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>