APO/z1-prototype/IdKuriera.html

23 lines
636 B
HTML
Raw Permalink Normal View History

2018-10-08 21:48:47 +02:00
<!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>