diff --git a/html/accesspoint.html b/html/accesspoint.html
index 02e129e..c844224 100644
--- a/html/accesspoint.html
+++ b/html/accesspoint.html
@@ -1,65 +1,64 @@
-
- WLAN-Einrichtung
-
-
-
-
-
-
-
+ }
+ body {
+ background: #007bff;
+ font-family: sans-serif;
+ font-size: 14px;
+ color: #777
+ }
+ .box {
+ background: #fff;
+ max-width: 258px;
+ margin: 75px auto;
+ padding: 30px;
+ border-radius: 5px;
+ text-align: center
+ }
+ .btn {
+ background: #3498db;
+ color: #fff;
+ cursor: pointer;
+ width: 90%;
+ height: 44px;
+ border-radius: 4px;
+ margin: 10px auto;
+ font-size: 15px;
+ }
+ .rebootmsg {
+ display: none;
+ }
+
+
+
+
+
+