domotik/index.html
2022-12-21 23:22:19 +01:00

26 行
無檔案結尾符
979 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>DomoDoor Page</title>
</head>
<style>
.whole {max-width: 500px; margin: auto;}
</style>
<body>
<div class="whole">
<h1 style="color: green;">DomoD--r Project (internet option)</h1>
<h1>
<form action="/from_internet" method="post">
<div>
<label for="name">Enter Password :</label>
<input type="password" id="pwd" name="pwd_retriever" style="width: 5cm; height: 0.8cm;">
</div>
<div style="text-align: center;">------------------</div>
<div class="button" style="text-align:center;">
<button type="submit" style="width: 10cm; height: 2cm; background-color: green; border-radius: 8%; border: 2px solid red;"><h2> VALIDATE and GO ON</h2></button>
</div>
</form>
</h1>
</div>
</body>
</html>