APO/z1-prototype/PaczkomatOtwarty.html

18 lines
483 B
HTML
Raw Normal View History

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