-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathindex.html
executable file
·25 lines (19 loc) · 932 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!doctype html>
<html>
<head>
<title>MQTTlens</title>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
<script src="bower_components/webcomponentsjs/webcomponents.js"></script>
<!-- todo (sandro-k) strip on release-->
<!--<script src="bower_components/chrome-app-livereload/livereload.js?host=localhost&port=35729"></script>-->
<!-- todo (sandro-k) move core-icons and core-icon to mqtt-lens as dependency-->
<!--<link rel="import" href="bower_components/core-icons/core-icons.html">-->
<!--<link rel="import" href="bower_components/core-icon/core-icon.html"/>-->
<link rel="import" href="bower_components/mqtt-lens/mqtt-lens.html"/>
<!--<link rel="stylesheet" href="styles/mqttLensChromeApp.css"/>-->
<link rel="stylesheet" href="mqttLensChromeApp.css"/>
</head>
<body unresolved>
<mqtt-lens></mqtt-lens>
</body>
</html>