-
Notifications
You must be signed in to change notification settings - Fork 0
/
popup.html
23 lines (22 loc) · 915 Bytes
/
popup.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Insert title here</title>
<script type="text/javascript" src="js/ext/jquery.js"></script>
<script language="JavaScript" src="js/popup.js"></script>
<base href="http://www.mvg-live.de/ims/">
<link type="text/css" rel="stylesheet" href="css/size30/mvg/mvglive-mobile.css" media="all">
</head>
<body onload="main()" style="width: auto;">
<script>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-3928511-4']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = 'https://ssl.google-analytics.com/ga.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga);
})();
</script>
</body>
</html>