diff options
Diffstat (limited to 'web/index.html')
-rw-r--r-- | web/index.html | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/web/index.html b/web/index.html deleted file mode 100644 index b591e55..0000000 --- a/web/index.html +++ /dev/null @@ -1,24 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> -<head> - <meta charset="utf-8"> - <meta name="viewport" content="width=device-width, initial-scale=1"> - <meta http-equiv="x-ua-compatible" content="ie=edge"> - - <script src="bower_components/jquery/dist/jquery.js" type="application/javascript"></script> - - <script src="bower_components/bootstrap/dist/js/bootstrap.js" type="application/javascript"></script> - <link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css"/> - - <script src="bower_components/angular/angular.js" type="application/javascript"></script> - <script src="bower_components/angular-route/angular-route.js" type="application/javascript"></script> - <script src="bower_components/lodash/lodash.js" type="application/javascript"></script> - - <script src="app/DillerRpc.js" type="application/javascript"></script> - <script src="app/app.js" type="application/javascript"></script> - <base href="/"> -</head> -<body ng-app="Diller" ng-view> -Loading Diller ... -</body> -</html> |