Use node.js to interact with LLAP devices (example): https://github.com/flabbergast/node-llap
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
833 B
26 lines
833 B
!!! 5 |
|
html |
|
head |
|
title Sensors base station |
|
link(rel='stylesheet', href='/vendor/bootstrap.min.css') |
|
//link(rel='stylesheet', href='/vendor/bootstrap-responsive.min.css') |
|
link(rel='stylesheet', href='/css/style.css') |
|
meta(http-equiv="cache-control", content="no-cache") |
|
meta(name="apple-touch-fullscreen", content="yes") |
|
meta(name="apple-mobile-web-app-capable", content="yes") |
|
meta(name="apple-mobile-web-app-status-bar-style", content="black") |
|
meta(name="viewport", content="initial-scale=1.0, maximum-scale=1.0, user-scalable=0") |
|
body |
|
block top |
|
.container-fluid |
|
.row-fluid |
|
#left-column.span3 |
|
block left-column |
|
#main-column.span6 |
|
block main-column |
|
#right-column.span3 |
|
block right-column |
|
footer.footer |
|
block footer |
|
script(src='/vendor/jquery-1.9.0.min.js') |
|
block scripts |