23 lines
636 B
HTML
23 lines
636 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Logowanie kuriera</title>
|
|
<!-- Latest compiled and minified CSS -->
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<div class="container">
|
|
<div class="jumbotron">
|
|
<label>Podaj id i hasło:</label>
|
|
<input type="usr" id="id">
|
|
<input type="password" id="haslo">
|
|
<input type="button" class= "btn-success" onclick="location.href='PaczkomatOtwarty.html';" value="Dalej"/>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|