-
Notifications
You must be signed in to change notification settings - Fork 0
/
repertuar.html
77 lines (67 loc) · 2.16 KB
/
repertuar.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html>
<head>
<title>
Kino
</title>
<!-- przyklad css w pliku html -->
<style>
#container {
width: 620px;
background-color: silver;
margin-left: auto;
margin-right: auto;
padding: 5px;
}
</style>
<!-- podlinkowanie pliku css -->
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div id="container">
<div id="logo">
<a href="index.html "><img src="images/StronaStartowa.png" width="620px " alt="index " /></a>
</div>
<div id="content">
<h1>Repertuar:</h1>
<div id="filmbox">
<div id="title">
<h3>Przeminelo z wiatrem</h3>
</div>
<div id="filmboxcontent">
<div id="poster">
<a href="http://www.filmweb.pl/Przeminelo.Z.Wiatrem">
<img src="images/przeminelo_z_wiatrem.jpg " width="200px " height="300px" alt="z_wiatrem" />
</a>
</div>
<div id="hours">
<br />
<a href="rezerwacja.html?movie=PRZEMINELO_Z_WIATREM&hour=13_15&date=26_05_17&room=SALA1"><span id="hour"><font size="5">13:15</font></span></a>
<a href="rezerwacja.html?movie=PRZEMINELO_Z_WIATREM&hour=18_45&date=26_05_17&room=SALA1"><span id="hour"><font size="5">18:45</font></span></a>
</div>
</div>
</div><br />
<div id="filmbox">
<div id="title">
<h3>Szklanka po lapkach</h3>
</div>
<div id="filmboxcontent">
<div id="poster">
<a href="http://www.filmweb.pl/film/Szklank%C4%85+po+%C5%82apkach-1996-30522">
<img src="images/szklanka_po_lapkach.jpg " width="200px " height="300px" alt="spy_hard" />
</a>
</div>
<div id="hours">
<br />
<a href="rezerwacja.html?movie=SZKLANKA_PO_LAPKACH&hour=18_15&date=26_05_17&room=SALA2"><span id="hour"><font size="5">18:15</font></span></a>
<a href="rezerwacja.html?movie=SZKLANKA_PO_LAPKACH&hour=21_15&date=26_05_17&room=SALA2"><span id="hour"><font size="5">21:15</font></span></a>
</div>
</div>
</div>
</div>
<div id="footer">
<h4> Copyright © Pawel Rynowiecki </h4>
</div>
</div>
</body>
</html>