34 lines
1.0 KiB
HTML
34 lines
1.0 KiB
HTML
|
<html>
|
||
|
<head>
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
<meta charset="UTF-8">
|
||
|
<link rel="stylesheet" href="http://code.jquery.com/qunit/qunit-1.14.0.css">
|
||
|
<link rel="stylesheet" href="jquery.seat-charts.css">
|
||
|
<script src="http://code.jquery.com/qunit/qunit-1.14.0.js"></script>
|
||
|
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
|
||
|
<script type="text/javascript" src="jquery.seat-charts.min.js"></script>
|
||
|
<link rel="stylesheet" type="text/css" href="przylozlegitke.css">
|
||
|
<script type="text/javascript" src="przylozlegitke.js"></script>
|
||
|
<title>@CHECK</title>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
<div class="wrapper">
|
||
|
<h1 class="main-text">Przyłóż legitymację do czytnika</h1>
|
||
|
<h3 class="czytnik" onmouseover="overFunction()"> CZYTNIK </h3>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
</body>
|
||
|
|
||
|
<script>
|
||
|
function overFunction() {
|
||
|
//window.location = "mapka/frontpage.html";
|
||
|
setTimeout(function() {
|
||
|
window.location = "seatchart.html";
|
||
|
}, 1000);
|
||
|
}
|
||
|
</script>
|
||
|
|
||
|
</html>
|