Browse Source

No apparent need for index.html.

Herbert Vojčík 11 years ago
parent
commit
285a9ff8ab
1 changed files with 0 additions and 17 deletions
  1. 0 17
      index.html

+ 0 - 17
index.html

@@ -1,17 +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({
-		deploy: true,
-		files: [],
-		packageHome: './',
-		ready: function() {
-			smalltalk.Application._open();
-		}}); 
-</script>
-</body>
-</html>