forked from jasny/jquery.smartbanner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
23 lines (23 loc) · 1.11 KB
/
index.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>
<title>Hulu Plus</title>
<meta name="author" content="Hulu LLC">
<meta name="apple-itunes-app" content="app-id=376510438">
<meta name="google-play-app" content="app-id=com.hulu.plus">
<meta name="msApplication-ID" content="App" />
<meta name="msApplication-PackageFamilyName" content="HuluLLC.HuluPlus_fphbd361v8tya" />
<meta name="msApplication-PackageEdgeName" content="9WZDNCRFJ3L1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="jquery.smartbanner.css" type="text/css" media="screen">
<meta name="msapplication-TileImage" content="//store-images.s-microsoft.com/image/apps.24514.9007199266246590.00622cf5-f1da-43a1-a307-98c6bc7b088c.597ce205-1312-47f5-9247-144187518994?w=100&h=100&q=60" />
</head>
<body>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script>
<script src="jquery.smartbanner.js"></script>
<script>
$(function() {
$.smartbanner({ daysHidden: 0, daysReminder: 0, title:'Hulu' });
});
</script>
</body>
</html>