Added web app files
This commit is contained in:
parent
f4d4581ebc
commit
4959022d5d
41
sdCard_content/WWW/index.web
Normal file
41
sdCard_content/WWW/index.web
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<link rel="stylesheet" href="rsrc/style.css" />
|
||||||
|
<title>ESP8266 DASHBOARD</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header>
|
||||||
|
<h1 class ="title">ESP8266 Embedded system Dashboard</h1>
|
||||||
|
</header>
|
||||||
|
<nav>
|
||||||
|
</nav>
|
||||||
|
<section>
|
||||||
|
<div class="subSection">
|
||||||
|
<h2 class="categorie">AP Info</h2>
|
||||||
|
<p>SSID : </p>
|
||||||
|
<p>Password : </p>
|
||||||
|
</div>
|
||||||
|
<div class="subSection">
|
||||||
|
<h2 class="categorie">SdCard</h2>
|
||||||
|
<p>Unmount SDCard : <button>DO IT !</button></p>
|
||||||
|
<p>Mount SDCard : <button>DO IT !</button></p>
|
||||||
|
</div>
|
||||||
|
<div class="subSection">
|
||||||
|
<h2 class="categorie">Real Time Clock</h2>
|
||||||
|
<p>Get RTC value : <button>DO IT !</button></p>
|
||||||
|
<p>
|
||||||
|
Set RTC value : <br />
|
||||||
|
<br />
|
||||||
|
Time : <input type="number">:<input type="number">:<input type="number"><br />
|
||||||
|
Date : <input type="number">/<input type="number">/<input type="number"><br /><br />
|
||||||
|
<button>DO IT !</button>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<footer>
|
||||||
|
<p class="footerText">Th3maz1ng, all right reserved | Hosted by the board itself</p>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
</html>
|
0
sdCard_content/WWW/rsrc/style.css
Normal file
0
sdCard_content/WWW/rsrc/style.css
Normal file
Loading…
Reference in New Issue
Block a user