ESafeP/HTML/chfriendlynameform.html
2022-12-29 09:43:33 +01:00

35 lines
1.2 KiB
HTML

<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 &auml;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>