52 lines
1.5 KiB
HTML
52 lines
1.5 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" >
|
|
<link rel="shortcut icon" href="./theme/ico/favicon.ico" >
|
|
<link rel="stylesheet" href="./theme/css/bootstrap.min.css" >
|
|
<link rel="stylesheet" href="./theme/icons/all-icons.css" type="text/css" media="screen" />
|
|
<link rel="stylesheet" href="./theme/fonts/all-fonts.css" type="text/css" media="screen" />
|
|
<link rel="stylesheet" href="./theme/css/main.css" >
|
|
<script src="./theme/js/jquery-3.4.1.min.js" ></script>
|
|
<script src="./theme/js/popper.min.js" ></script>
|
|
<script src="./theme/js/bootstrap.min.js" ></script>
|
|
<meta name="author" content="Piotr Czaja" />
|
|
<meta name="keywords" content="projekt repozytorium" />
|
|
<meta name="description" content="Odliczanie czasu przerwy" />
|
|
<title>Przerwa</title>
|
|
|
|
<body
|
|
|
|
<div class="container">
|
|
<div class="jumbotron mt-3">
|
|
|
|
|
|
<div class="progress">
|
|
<div class="progress-bar progress-bar-striped progress-bar-animated" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100" style="width: 100%"></div>
|
|
</div>
|
|
|
|
<hr/>
|
|
|
|
<h1 class="alert alert-primary">Przerwa techniczna</h1>
|
|
|
|
|
|
<h4 class="text-center">Proszę o cierpliwość - za chwilę zajęcia powinny być wznowione.</h4>
|
|
|
|
<hr/>
|
|
|
|
<div class="progress">
|
|
<div class="progress-bar progress-bar-striped progress-bar-animated" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100" style="width: 100%"></div>
|
|
</div>
|
|
|
|
|
|
|
|
</div></div>
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|