First commit
This commit is contained in:
1
HTML/all.css
Normal file
1
HTML/all.css
Normal file
@@ -0,0 +1 @@
|
||||
div,fieldset,input,select{padding:5px;font-size:1em}p{margin:.5em 0}input{width:100%;background:#fff;color:#2a2a2e;border-radius:20pt;text-align:center;border:0;line-height:2rem;font-size:15.5pt;}input[type=checkbox],input[type=radio]{width:1em;margin-right:6px;vertical-align:-1px}input[type=range]{width:99%}select{width:100%;background:#fff;color:#000}textarea{resize:vertical;width:98%;height:318px;padding:5px;overflow:auto;background:#fff;color:#000}body{text-align:center;font-family:verdana,sans-serif;background:#2a2a2e;color:#ffffff;}td{padding:0}button{border:0;border-radius:20pt;background:#0dcaf0;color:#fff;line-height:2.4rem;font-size:1.2rem;width:100%;-webkit-transition-duration:.2s;transition-duration:.2s;cursor:pointer}button:hover{background:#0d6efd}.bred{background:#fd7e14}.bred:hover{background:#dc3545}.bgrn{background:#47c266}.bgrn:hover{background:#5aaf6f}a{color:#1fa3ec;text-decoration:none}.p{float:left;text-align:left}.q{float:right;text-align:right}.r{border-radius:.3em;padding:2px;margin:6px 2px}
|
26
HTML/chfriendlynameform
Normal file
26
HTML/chfriendlynameform
Normal file
@@ -0,0 +1,26 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta content="width=device-width,initial-scale=1,user-scalable=no" name="viewport">
|
||||
<link href="/favicon.svg" rel="icon">
|
||||
<link href="/all.css" rel="stylesheet">
|
||||
<title>Einstellungen</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class='text-center' style='display:inline-block;color:#ffffff;min-width:340px'>
|
||||
<p style='font-size:40;'>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-tag" viewBox="0 0 16 16">
|
||||
<path d="M6 4.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-1 0a.5.5 0 1 0-1 0 .5.5 0 0 0 1 0z"/>
|
||||
<path d="M2 1h4.586a1 1 0 0 1 .707.293l7 7a1 1 0 0 1 0 1.414l-4.586 4.586a1 1 0 0 1-1.414 0l-7-7A1 1 0 0 1 1 6.586V2a1 1 0 0 1 1-1zm0 5.586 7 7L13.586 9l-7-7H2v4.586z"/>
|
||||
</svg>
|
||||
<br>
|
||||
<br>
|
||||
Namen ändern
|
||||
<br>
|
||||
</p>
|
||||
<div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
34
HTML/chfriendlynameform.html
Normal file
34
HTML/chfriendlynameform.html
Normal file
@@ -0,0 +1,34 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta content="width=device-width,initial-scale=1,user-scalable=no" name="viewport">
|
||||
<link href="/favicon.svg" rel="icon">
|
||||
<link href="/all.css" rel="stylesheet">
|
||||
<title>Einstellungen</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class='text-center' style='display:inline-block;color:#ffffff;min-width:340px'>
|
||||
<p style='font-size:40;'>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width='100' height='100' fill='currentColor' class="bi bi-tag" viewBox="0 0 16 16">
|
||||
<path d="M6 4.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-1 0a.5.5 0 1 0-1 0 .5.5 0 0 0 1 0z"/>
|
||||
<path d="M2 1h4.586a1 1 0 0 1 .707.293l7 7a1 1 0 0 1 0 1.414l-4.586 4.586a1 1 0 0 1-1.414 0l-7-7A1 1 0 0 1 1 6.586V2a1 1 0 0 1 1-1zm0 5.586 7 7L13.586 9l-7-7H2v4.586z"/>
|
||||
</svg>
|
||||
<br>
|
||||
<br>
|
||||
Namen ändern
|
||||
<br>
|
||||
</p>
|
||||
<hr>
|
||||
<br>
|
||||
<div>
|
||||
<form action="chfriendlynameform/change" method="GET">
|
||||
<input type='text' name='name' placeholder="Neuer Name">
|
||||
<br><br>
|
||||
<button>Senden</button>
|
||||
</form>
|
||||
</div>
|
||||
<hr>
|
||||
<a href="http://10.0.30.20" target="_blank" style="color:#aaa;text-align:right;font-size:11px;">ESafeP 1.0 (ESP 8266)</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
10
HTML/favicon.svg
Normal file
10
HTML/favicon.svg
Normal file
@@ -0,0 +1,10 @@
|
||||
<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg">
|
||||
<style>
|
||||
path { fill: #000000; }
|
||||
@media (prefers-color-scheme: dark) {
|
||||
path { fill: #ffffff; }
|
||||
}
|
||||
</style>
|
||||
<path d="M1 1.5A1.5 1.5 0 0 1 2.5 0h12A1.5 1.5 0 0 1 16 1.5v13a1.5 1.5 0 0 1-1.5 1.5h-12A1.5 1.5 0 0 1 1 14.5V13H.5a.5.5 0 0 1 0-1H1V8.5H.5a.5.5 0 0 1 0-1H1V4H.5a.5.5 0 0 1 0-1H1V1.5zM2.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5v-13a.5.5 0 0 0-.5-.5h-12z" fill-rule="nonzero"/>
|
||||
<path d="M13.5 6a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 .5-.5zM4.828 4.464a.5.5 0 0 1 .708 0l1.09 1.09a3.003 3.003 0 0 1 3.476 0l1.09-1.09a.5.5 0 1 1 .707.708l-1.09 1.09c.74 1.037.74 2.44 0 3.476l1.09 1.09a.5.5 0 1 1-.707.708l-1.09-1.09a3.002 3.002 0 0 1-3.476 0l-1.09 1.09a.5.5 0 1 1-.708-.708l1.09-1.09a3.003 3.003 0 0 1 0-3.476l-1.09-1.09a.5.5 0 0 1 0-.708zM6.95 6.586a2 2 0 1 0 2.828 2.828A2 2 0 0 0 6.95 6.586z" fill-rule="nonzero"/>
|
||||
</svg>
|
After Width: | Height: | Size: 943 B |
46
HTML/index.html
Normal file
46
HTML/index.html
Normal file
@@ -0,0 +1,46 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no">
|
||||
<link rel="icon" href="favicon.svg">
|
||||
<link rel="stylesheet" href="all.css">
|
||||
<title>Your safe!</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div style="text-align:left;display:inline-block;color:#ffffff;min-width:340px;">
|
||||
<div style="text-align:center;color:#ffffff;">
|
||||
<h3>ESafeP</h3>
|
||||
<h2>%s</h2>
|
||||
</div>
|
||||
<div style="padding:0;" id="l1" name="l1">
|
||||
<table style="width:100%"></table>
|
||||
<table style="width:100%">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="width:100%;text-align:center;font-weight:normal;font-size:62px">%s</td>
|
||||
</tr>
|
||||
<tr></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<form id="but3" style="display: block;" action="/chpwd" method="get"><button onclick="la("&o=1");" name="">Öffnen</button></form>
|
||||
<div id="but3d" style="display: block;"></div>
|
||||
<br>
|
||||
<form id="but3" style="display: block;" action="/chpwd" method="get"><button>Code ändern</button></form>
|
||||
<p></p>
|
||||
<form id="but4" style="display: block;" action="/info" method="get"><button>Informationen</button></form>
|
||||
<p></p>
|
||||
<form id="but14" style="display: block;" action="/console" method="get"><button>Konsole</button></form>
|
||||
<p>
|
||||
<div id="but3d" style="display: block;"></div>
|
||||
<form id="but0" style="display: block;" action="/reboot" method="get" onsubmit="return confirm("Wirklich neustarten?");"><button class="button bred">Neustart</button></form>
|
||||
<p></p>
|
||||
<div style="text-align:right;font-size:11px;">
|
||||
<hr>
|
||||
<a href="http://10.0.30.20" target="_blank" style="color:#aaa;">ESafeP 1.0 (ESP 8266)</a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user