Prepare web server with embedded files
This commit is contained in:
20
web/config.json
Normal file
20
web/config.json
Normal file
@@ -0,0 +1,20 @@
|
||||
[
|
||||
{
|
||||
"name": "systemName",
|
||||
"label": "system name",
|
||||
"type": "string",
|
||||
"default": "OBPkeypad61",
|
||||
"check": "checkSystemName",
|
||||
"description": "system name, used for the access point and for services",
|
||||
"category": "system"
|
||||
},
|
||||
{
|
||||
"name": "apPassword",
|
||||
"type": "password",
|
||||
"default": "keypad61",
|
||||
"check": "checkApPass",
|
||||
"description": "set the password for the Wifi access point",
|
||||
"category": "system",
|
||||
"capabilities":{"apPwChange":["true"]}
|
||||
}
|
||||
]
|
||||
0
web/index.css
Normal file
0
web/index.css
Normal file
17
web/index.html
Normal file
17
web/index.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<title>OBPkeypad 6/1</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="icon" href="data:,">
|
||||
<script type="text/javascript" src="index.js"></script>
|
||||
<link rel="stylesheet" href="index.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="main">
|
||||
<h1>OBPkeypad 6/1</h1>
|
||||
<p>Work in progress</p>
|
||||
<p><a href="https://computerclub.hoogi.de/obpkeypad/">Furter Information</a></p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
0
web/index.js
Normal file
0
web/index.js
Normal file
Reference in New Issue
Block a user