34 lines
971 B
HTML
34 lines
971 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
<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>
|
||
|
<script type="text/javascript" src="wyborsali.js"></script>
|
||
|
<link rel="stylesheet" type="text/css" href="statystyki.css">
|
||
|
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<div class="wrapper">
|
||
|
<h1 class="maintext">Statystyki</h1>
|
||
|
|
||
|
<ul>Obecności:</ul>
|
||
|
<li>...</li>
|
||
|
<li>...</li>
|
||
|
|
||
|
<button class="tomainpage-button" onclick="goToStronaGlowna()">Strona główna »</button>
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
|
||
|
<script>
|
||
|
function goToStronaGlowna() {
|
||
|
window.location = "wyborsali.html";
|
||
|
|
||
|
}
|
||
|
</script>
|
||
|
|
||
|
</html>
|