You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
835 B

<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AI Drone System - Login</title>
<link rel="stylesheet" href="style.css">
</head>
<body class="login-page">
<div class="login-container">
<h1>Welcome to Al Drone System v1.0.875</h1>
<form action="/dashboard" method="GET"> <div class="input-group">
<label for="id">id</label>
<input type="text" id="id" name="id">
</div>
<div class="input-group">
<label for="password">password</label>
<input type="password" id="password" name="password">
</div>
<button type="submit" class="login-button">Login</button>
</form>
</div>
</body>
</html>