-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhead.php
More file actions
21 lines (17 loc) · 718 Bytes
/
head.php
File metadata and controls
21 lines (17 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Ankieta www.sandensmp.pl</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css" />
<!--[if lte IE 8]>
<script>
alert("Posiadasz stara wersje przeglądarki. Aktualizuj MS Internet Explorer lub skontaktuj się z działem IT");
window.location = "https://www.google.pl/";
</script>
<p>Thank you for closing the message box.</p>
<![endif]-->
</head>