-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbadbrowser.php
23 lines (20 loc) · 1.1 KB
/
badbrowser.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php
?>
<h2>Incompatible Browser Warning</h2>
<p>The Web-Browser you use is out-of-date or not supported. To see the content on this Page correctly you have to update youre Browser or install a new one.</p>
<p>Please Update your browser or get a new one instead.</p>
<ul>
<li><a href="http://www.mozilla.org/en-US/firefox/all.html">Download Firefox</a></li>
<li><a href="https://www.google.com/chrome">Download Chrome</a></li>
<li><a href="http://www.apple.com/safari/download/">Download Safari</a></li>
<li><a href="http://www.opera.com/download/">Download Opera</a></li>
<li><a href="http://windows.microsoft.com/en-US/internet-explorer/downloads/ie/">Download Internet Explorer</a></li>
</ul>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-64901342-1', 'auto');
ga('send', 'pageview');
</script>