2015-12-20 22:32:25 +01:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
|
|
|
|
|
<meta charset="utf-8" />
|
2016-11-24 20:09:52 +01:00
|
|
|
|
<meta http-equiv="refresh" content="10">
|
2015-12-20 22:32:25 +01:00
|
|
|
|
<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>
|
2016-12-08 18:44:18 +01:00
|
|
|
|
<link rel="icon" href="favicon.ico" type="image/vnd.microsoft.icon"><link>
|
2015-12-20 22:32:25 +01:00
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
<header>
|
|
|
|
|
<div class="container">
|
|
|
|
|
<img src="img/openhab-logo.png" />
|
|
|
|
|
</div>
|
|
|
|
|
</header>
|
|
|
|
|
<section class="container">
|
2016-12-08 18:44:18 +01:00
|
|
|
|
<h1>Welcome to openHAB 2</h1>
|
2015-12-20 22:32:25 +01:00
|
|
|
|
<div class="line">
|
|
|
|
|
<div class="decorator"></div>
|
|
|
|
|
<hr />
|
|
|
|
|
</div>
|
2016-12-30 22:40:15 +01:00
|
|
|
|
<!--warn-->
|
2015-12-20 22:32:25 +01:00
|
|
|
|
<div class="links row">
|
2016-12-08 18:44:18 +01:00
|
|
|
|
<!--entries-->
|
2015-12-20 22:32:25 +01:00
|
|
|
|
</div>
|
2016-05-21 12:48:09 +02:00
|
|
|
|
<div class="line">
|
|
|
|
|
<div class="decorator"></div>
|
|
|
|
|
<hr />
|
|
|
|
|
</div>
|
|
|
|
|
Getting started? Please refer to the <a href="http://docs.openhab.org/">online documentation</a>.
|
2015-12-20 22:32:25 +01:00
|
|
|
|
</section>
|
|
|
|
|
<footer>
|
2017-05-16 12:54:20 +02:00
|
|
|
|
<p>openHAB <!--version--></p>
|
2015-12-20 22:32:25 +01:00
|
|
|
|
</footer>
|
|
|
|
|
</body>
|
2016-01-08 22:14:47 +01:00
|
|
|
|
</html>
|