Version 0.9.1

Datei 'www/config.php' Zurück zur Übersicht
<!DOCTYPE html>
<html lang="de">
<head>

<meta http-equiv="content-type" content="text/html; charset=utf8" />
<title>Smart Home - Konfiguration</title>
<LINK REL="SHORTCUT ICON" HREF="favicon.ico">

<script src="global/jquery.js"></script>
<script src="global/s_config.js"></script>

<meta name="viewport" content="width=device-width, user-scalable=no" />

<link rel="stylesheet" href="global/s_smartHome.css" type="text/css" />
<link rel="stylesheet" href="global/s_config.css" type="text/css" />

<!-- user input -->
<link rel="stylesheet" href="user_files/_customStyle.css" type="text/css" />

<script src="user_files/_config.js"></script>
<script src="user_files/_devices.js"></script>
<script src="user_files/_userScripts.js"></script>
<!-- user input -->

</head>
<body id="body-config">
	<h1>Konfiguration der Geräte</h1>
	<ul id="devices">
		
	</ul>
</body>
</html>