- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexample.html
More file actions
Latest commit
25 lines (18 loc) · 690 Bytes
/
Copy pathexample.html
File metadata and controls
25 lines (18 loc) · 690 Bytes
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
<!DOCTYPE html>
<html>
<head>
<metacharset="utf-8" http-equiv="Content-Type">
<title>SmartAppBanner demo</title>
<!--
You can specify app-argument whenever you know your user
is able to resume their session into your app
<meta name="apple-itunes-app" content="app-id=595441007, app-argument=yourapp://yourparams">
-->
<metaname="apple-itunes-app-webversion" content="app-id=595441007">
<metaname = "viewport" content = "width = device-width, user-scalable =no" >
<scripttype="text/javascript" src="js/smartapp-banner.min.js" charset="utf-8" asyncdefer></script>
<linkrel="stylesheet" href="css/smartapp-banner.min.css">
</head>
<body>
</body>
</html>