|
@@ -8,7 +8,7 @@
|
|
|
<style></style>
|
|
<style></style>
|
|
|
</head>
|
|
</head>
|
|
|
<body>
|
|
<body>
|
|
|
- <div id="loginPage" class="page" display="flex">
|
|
|
|
|
|
|
+ <div id="loginPage" class="page" display="none">
|
|
|
<form>
|
|
<form>
|
|
|
<h1>Login</h1>
|
|
<h1>Login</h1>
|
|
|
|
|
|
|
@@ -28,6 +28,31 @@
|
|
|
<h1>Dashboard</h1>
|
|
<h1>Dashboard</h1>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
+ <div id="adminCreatePage" class="page" display="none">
|
|
|
|
|
+ <form>
|
|
|
|
|
+ <h1>Admin Creation</h1>
|
|
|
|
|
+ <p>Create an admin account in order to use Home Assistant</p>
|
|
|
|
|
+
|
|
|
|
|
+ <label>Name:
|
|
|
|
|
+ <input type="text" id="adminCreateName" required>
|
|
|
|
|
+ </label>
|
|
|
|
|
+
|
|
|
|
|
+ <label>Email:
|
|
|
|
|
+ <input type="email" id="adminCreateEmail" required>
|
|
|
|
|
+ </label>
|
|
|
|
|
+
|
|
|
|
|
+ <label>Password:
|
|
|
|
|
+ <input type="password" id="adminCreatePass" required>
|
|
|
|
|
+ </label>
|
|
|
|
|
+
|
|
|
|
|
+ <label>Confirm Password:
|
|
|
|
|
+ <input type="password" id="adminCreatePassConf" required>
|
|
|
|
|
+ </label>
|
|
|
|
|
+
|
|
|
|
|
+ <button>Submit</button>
|
|
|
|
|
+ </form>
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
<script></script>
|
|
<script></script>
|
|
|
</body>
|
|
</body>
|
|
|
</html>
|
|
</html>
|