29 lines
752 B
HTML
29 lines
752 B
HTML
<html>
|
|
<head>
|
|
<!-- 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">
|
|
<h1>Paczkomat</h1>
|
|
<br/>
|
|
<div class="text">
|
|
Wybierz co chcesz zrobić:
|
|
</div>
|
|
<br/>
|
|
<div class="btn-group btn-group-justified">
|
|
<a href="OWysłaniu.html" class="btn btn-primary">Poinformuj o wysłaniu paczki</a>
|
|
<a href="ODostarczeniu.html" class="btn btn-success">Poinformuj o dostarczeniu paczki</a>
|
|
<a href="IdKuriera.html" class="btn btn-danger">Usuń paczke, która nie była odebrana przez tydzień</a>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|