18 lines
483 B
HTML
18 lines
483 B
HTML
|
<!DOCTYPE html>
|
|||
|
<html>
|
|||
|
<head>
|
|||
|
<title>Paczkomat otwarty</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>Szuflady w paczkomacie są otwarte. Proszę je opróżnić.</label>
|
|||
|
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</body>
|
|||
|
|
|||
|
</html>
|