18 lines
462 B
HTML
18 lines
462 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
|
||
|
<title>Dziennik Ocen BezVulcan</title>
|
||
|
<meta charset="utf-8">
|
||
|
<link rel="stylesheet" href="login.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<div class="login-form">
|
||
|
|
||
|
<h1>Podano nieprawidłowe hasło. Użyj przycisku "Cofnij" by powrócić na poprzednią stronę.</h1>
|
||
|
<center><button onclick="history.back()">Powrót</button></center>
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
</html>
|