diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2015-09-08 12:49:53 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2015-09-08 12:49:53 +0200 |
commit | 615a043031f37fe5bc55fdf9cbc2e83a5e305908 (patch) | |
tree | 128a22f4d34934ec7c7d75a78ffea7c16c7c32fb /src/index.html | |
parent | bcf3120d437da01fda78397a345bf805b008eb7a (diff) | |
download | beer-duke-615a043031f37fe5bc55fdf9cbc2e83a5e305908.tar.gz beer-duke-615a043031f37fe5bc55fdf9cbc2e83a5e305908.tar.bz2 beer-duke-615a043031f37fe5bc55fdf9cbc2e83a5e305908.tar.xz beer-duke-615a043031f37fe5bc55fdf9cbc2e83a5e305908.zip |
wip
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/index.html b/src/index.html deleted file mode 100644 index 463f704..0000000 --- a/src/index.html +++ /dev/null @@ -1,18 +0,0 @@ -<html> -<head> - <script type="application/javascript" src="jspm_packages/system.js"></script> - <script type="application/javascript" src="../org.eclipse.paho.mqtt.javascript/src/mqttws31.js"></script> - <script type="application/javascript" src="config.js"></script> - <!--<script type="application/javascript" src="beer-duke.js"></script>--> - <script type="application/javascript"> - Promise.all([ - System.import('angular'), - System.import('beer-duke')]) - .then(function (modules) { - modules[0].bootstrap(document, ['BeerDuke']); - }); - </script> -</head> -<body> -</body> -</html> |