27 lines
957 B
HTML
27 lines
957 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Informacje o wysłaniu paczki</title>
|
|
<!-- Latest compiled and minified CSS -->
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
|
|
|
<!-- Optional theme -->
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css">
|
|
<link rel="stylesheet" href="css/theme.css">
|
|
|
|
<!-- Latest compiled and minified JavaScript -->
|
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
|
<meta charset="utf-8">
|
|
</head>
|
|
|
|
<body>
|
|
<div class="container">
|
|
<div class="jumbotron">
|
|
<label>Podaj id paczki:</label>
|
|
<input type="text" id="id">
|
|
<input type="button" class= "btn-success" onclick="location.href='Sukces.html';" value="Wyślij"/>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |