WU/templates/error.html

52 lines
1.6 KiB
HTML
Raw Normal View History

2018-11-27 15:48:22 +01:00
<!DOCTYPE html>
<html lang="pl-PL">
<head>
<meta charset="UTF-8">
2019-01-14 16:28:17 +01:00
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>WU - error</title>
<link rel="stylesheet" href="../static/style.css" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Happy+Monkey|Open+Sans+Condensed:300&amp;subset=latin-ext" rel="stylesheet">
<script src="../static/timer.js"></script>
2018-11-27 15:48:22 +01:00
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
2019-01-14 16:28:17 +01:00
<link rel="stylesheet" type="text/css" href="../static/signup.css">
2018-11-27 15:48:22 +01:00
<!-- <link href="http://getbootstrap.com/dist/css/bootstrap.min.css" rel="stylesheet"> -->
<link href="http://getbootstrap.com/examples/jumbotron-narrow/jumbotron-narrow.css" rel="stylesheet">
</head>
2019-01-14 16:28:17 +01:00
<body onload="odliczanie();">
2018-11-27 15:48:22 +01:00
<div class="container">
2019-01-14 16:28:17 +01:00
<div class="rectangle">
<div id="logo"><a href="/" class="tilelinkhtml5"><img src="../static/Wirtualna Uczelnia.png" alt="Wirtualna Uczelnia"></a></div>
<div class="tile3">
<a href="/logout" class="tile3link">Wyloguj</a>
</div>
<div class="tile3">
<a href="/" class="tile3link">Główna</a>
</div>
<div id="zegar">12:00:00</div>
<div style="clear: both;"></div>
</div>
<div style="clear:both;"></div>
<div class="square">
<div class="tile2">
<h1>{{error}}</h1>
</div>
<div style="clear: both;">
</div>
<div class="Foot">
Wykonawcy projektu: Eryka Przewoźnik, Beata Dylewska, Adrianna Ubych, Maciej Mieszczyński, Jakub Rezler
</div>
</div>
</div>
2018-11-27 15:48:22 +01:00
</body>
</html>