-
Notifications
You must be signed in to change notification settings - Fork 0
/
browser.htm
41 lines (32 loc) · 1.56 KB
/
browser.htm
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>lolwiz_v2</title>
<link href="http://fonts.googleapis.com/css?family=Droid+Sans:400,700" type="text/css" rel="stylesheet"/>
<link href="v26/css/jquery-ui-1.11.2-smoothness.css" type="text/css" rel="stylesheet"/>
<link href="v26/css/style.css" type="text/css" rel="stylesheet"/>
<link href="v26/css/browser.css" type="text/css" rel="stylesheet"/>
<script type="text/javascript" src="v26/js/3rd-party/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="v26/js/3rd-party/jquery-ui-1.11.2.min.js"></script>
<script type="text/javascript" src="v26/js/3rd-party/jquery.nicescroll.js"></script>
<script type="text/javascript" src="v26/js/all.js"></script>
<script type="text/javascript" src="v26/js/browser.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-56660072-1']);
(function ()
{
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="browser"></div>
</body>
</html>