-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvisualisation.php
More file actions
49 lines (41 loc) · 1.72 KB
/
visualisation.php
File metadata and controls
49 lines (41 loc) · 1.72 KB
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
<?php
session_start();
?>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Language"
content="język" />
<meta http-equiv="Content-Type"
content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name = "author" content = "Jan Gregor" />
<title>Visualisation beta</title>
<link rel="Stylesheet" type= "text/css" href = "css/bootstrap.min.css" />
<link rel="Stylesheet" type= "text/css" href = "css/style.css?version=1" />
</head>
<body>
<header>
<?php
require_once "includes/header.inc.php"; ?>
</header>
<main>
<center><br><br><br>
<head><h2>visualizations for offers in Poland</h2></head><br><br>
<img src='img\1.jpg' style="height: 600px; width: 1000px; margin-bottom:50px;">
<img src='img\2.jpg' style="height: 600px; width: 1000px; margin-bottom:50px;">
<img src='img\3.jpg' style="height: 600px; width: 1000px; margin-bottom:50px;">
<img src='img\5.jpg' style="height: 600px; width: 1000px; margin-bottom:50px;">
<img src='img\6.jpg' style="height: 600px; width: 1000px; margin-bottom:50px;">
<img src='img\4.jpg' style="height: 600px; width: 1000px; margin-bottom:50px;">
</main>
<footer>
<?php
require_once "includes/footer.inc.php"; ?>
</footer>
</div> </div>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>