21 lines
581 B
HTML
21 lines
581 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Informacje o dostarczeniu paczki</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 paczki:</label>
|
|
<input type="text" id="id">
|
|
<input type="button" onclick="location.href='Sukces.html';" value="Wyślij"/>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |