mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-12 22:21:54 +01:00
b1e0a71795
Signed-off-by: Kai Kreuzer <kai@openhab.org>
43 lines
1.2 KiB
HTML
43 lines
1.2 KiB
HTML
<!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>
|
|
</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="decorator"></div>
|
|
<hr />
|
|
</div>
|
|
Getting started? Please refer to the <a href="http://docs.openhab.org/">online documentation</a>.
|
|
</section>
|
|
<footer>
|
|
<p>www.openHAB.org</p>
|
|
</footer>
|
|
</body>
|
|
</html>
|