mirror of
https://gitlab.com/wirelos/sprocket-plugin-web.git
synced 2025-12-14 14:01:27 +01:00
32 lines
1.0 KiB
HTML
32 lines
1.0 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>ESP Kit</title>
|
|
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="icon" type="image/png" href="/favicon.png">
|
|
<link rel="stylesheet" type="text/css" href="styles.css">
|
|
<script src="script.js"></script>
|
|
</head>
|
|
|
|
<body class="sui">
|
|
<div class="content">
|
|
<div class="settings container collapsible">
|
|
<span class="heading">Settings</span>
|
|
<div class="content">
|
|
<h2>Network</h2>
|
|
<div class="Form" data-fileName="/config.json" data-name="configForm" data-from="/config.json" data-endpoint="/config"></div>
|
|
</div>
|
|
</div>
|
|
<div class="settings container collapsible">
|
|
<span class="heading">System</span>
|
|
<div class="content">
|
|
<div><label>Free Heap: </label><span class="js-heap"></span><span> bytes</span><br><br></div>
|
|
<button class="js-restart">Restart</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |