2019-04-07 14:49:51 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta name="viewport" content="width=device-width,user-scalable=no">
|
|
|
|
<title>Basic</title>
|
|
|
|
<link rel="stylesheet" href="lib/tau/wearable/theme/default/tau.min.css">
|
|
|
|
<link rel="stylesheet" media="all and (-tizen-geometric-shape: circle)" href="lib/tau/wearable/theme/default/tau.circle.min.css">
|
|
|
|
<!-- load theme file for your application -->
|
|
|
|
<link rel="stylesheet" href="css/style.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="ui-page ui-page-active" id="main">
|
|
|
|
<header>
|
2019-04-07 22:12:07 +02:00
|
|
|
<h2 id="sitemap_hdr" class="ui-title">openhab2</h2>
|
2019-04-07 14:49:51 +02:00
|
|
|
</header>
|
|
|
|
<div class="ui-content ui-content-padding">
|
|
|
|
<p id="main_text" onclick="loadgui();">Hello! </p>
|
|
|
|
</div>
|
2019-04-07 22:12:07 +02:00
|
|
|
<!-- <button type="button" onclick="loadgui();">...</button> -->
|
2019-04-07 14:49:51 +02:00
|
|
|
</div>
|
2019-04-07 22:12:07 +02:00
|
|
|
|
2019-04-07 14:49:51 +02:00
|
|
|
<script src="lib/tau/wearable/js/tau.min.js"></script>
|
|
|
|
<script src="js/app.js"></script>
|
|
|
|
<script src="js/lowBatteryCheck.js"></script>
|
|
|
|
<script src="js/circle-helper.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|