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 26 27 28
|
diff --git a/index.html b/index.html
index b5877e9..196aaba 100755
--- a/index.html
+++ b/index.html
@@ -8,9 +8,12 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="viewport" content = "width = device-width, initial-scale = 1, user-scalable = no" />
<link href="css/freeboard.min.css" rel="stylesheet" />
+ <link href="css/berrynet.css" rel="stylesheet" />
<script src="js/freeboard.thirdparty.min.js"></script>
<script type="text/javascript">
head.js("js/freeboard_plugins.min.js",
+ "plugins/thirdparty/ibm.iotfoundation.plugin.js",
+ "plugins/thirdparty/paho.mqtt.plugin.js",
// *** Load more plugins here ***
function(){
$(function()
@@ -42,7 +45,9 @@
<div id="admin-bar">
<div id="admin-menu">
<div id="board-tools">
- <h1 id="board-logo" class="title bordered">freeboard</h1>
+ <div>
+ <img src="img/berrynet-logo.png" width="50%" height="50%">
+ </div>
<div id="board-actions">
<ul class="board-toolbar vertical">
<li data-bind="click: loadDashboardFromLocalFile"><i id="full-screen-icon" class="icon-folder-open icon-white"></i><label id="full-screen">Load Freeboard</label></li>
|