openhab-core/bundles/org.openhab.ui.dashboard/templates/index.html

52 lines
1.7 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="refresh" content="10">
<meta name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>openHAB</title>
<link type="text/css" href="fonts/icomoon.css" rel="stylesheet" media="all">
<link type="text/css" href="bootstrap.min.css" rel="stylesheet"></link>
<link type="text/css" href="main.css" rel="stylesheet"></link>
<link rel="icon" href="favicon.ico" type="image/vnd.microsoft.icon"><link>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/geolocation.js"></script>
</head>
<body>
<header>
<div class="container">
<img src="img/openhab-logo.png" />
</div>
</header>
<section class="container">
<h1>Welcome to openHAB 2</h1>
<div class="line">
<div class="decorator"></div>
<hr />
</div>
<!--warn-->
<div class="links row">
<!--entries-->
</div>
<div class="line">
<div class="geolocation">
<div class="decorator"></div>
<hr />
<p>If you allow your browser to access your location, openHAB will use it for weather and astro information.</p>
<p><span>Your location: </span><span id="geolocation"></span></p>
</div>
<div class="decorator"></div>
<hr />
</div>
Getting started? Please refer to the <a href="http://docs.openhab.org/">online documentation</a>.
</section>
<footer>
<p>openHAB <!--version--></p>
</footer>
</body>
</html>