mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-11 13:41:53 +01:00
f641c2ba8a
Signed-off-by: Kai Kreuzer <kai@openhab.org>
37 lines
997 B
HTML
37 lines
997 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
<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="shortcut icon" href="favicon.ico" type="image/x-icon"><link>
|
|
</head>
|
|
|
|
<body>
|
|
<header>
|
|
<div class="container">
|
|
<img src="img/openhab-logo.png" />
|
|
<h3>Empowering the Smart Home</h3>
|
|
</div>
|
|
</header>
|
|
<section class="container">
|
|
<h1>Welcome to openHAB 2.0</h1>
|
|
<div class="line">
|
|
<div class="decorator"></div>
|
|
<hr />
|
|
</div>
|
|
<div class="links row">
|
|
<!--entries-->
|
|
</div>
|
|
</section>
|
|
<footer>
|
|
<p>www.openHAB.org</p>
|
|
</footer>
|
|
</body>
|
|
</html>
|