-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathInAppFormsTemplate.html
More file actions
32 lines (27 loc) · 1.25 KB
/
InAppFormsTemplate.html
File metadata and controls
32 lines (27 loc) · 1.25 KB
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
<!DOCTYPE html>
<html lang="en">
<head data-sdk-name="SDK_NAME"
data-sdk-version="SDK_VERSION"
data-native-bridge-name="BRIDGE_NAME"
data-native-bridge-handshake='BRIDGE_HANDSHAKE'
data-forms-data-environment='FORMS_ENVIRONMENT'
data-klaviyo-local-tracking="1"
data-klaviyo-profile="{}"
data-klaviyo-device='DEVICE_INFO'
>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, viewport-fit=cover"/>
<!-- This meta tag protects @imported fonts from being blocked by CORS -->
<meta name="referrer" content="same-origin"/>
<title>Klaviyo In-App Form Template</title>
<!-- Load in JS helper functions from assets directory -->
<script type="text/javascript" src="file:///android_asset/klaviyo-js-bridge.js"></script>
<!-- Static stylesheet for "websafe" fonts that may be unavailable or inconsistent from the system -->
<link rel="stylesheet" type="text/css"
href="https://static-forms.klaviyo.com/fonts/api/v1/in-app-web-fonts/websafe_fonts.css" crossorigin/>
<!-- Placeholder script to load klaviyo.js -->
<script type="text/javascript" src="KLAVIYO_JS_URL"></script>
</head>
<body></body>
</html>