Skip to content

Commit

Permalink
Merge pull request #22 from salesforce/landing_page_test
Browse files Browse the repository at this point in the history
Finalized landing page text from CX.
  • Loading branch information
dbreese committed Jun 15, 2023
2 parents 2d742da + 06b4527 commit 298578f
Showing 1 changed file with 17 additions and 13 deletions.
30 changes: 17 additions & 13 deletions src/instructions/landingpage.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Landing Page Customization</title>
</head>
<body>
<p id="message">A default landing page, landing_page.json, has been created in
the staticresources directory. Feel free to modify it as needed. Refer to
<a href="https://someurllink.example.com">https://someurllink.example.com</a> for information on how to modify the landing page file. </p>
<button id="okButton">OK</button>
<script src="--- MESSAGING_SCRIPT_SRC ---"></script>
</body>
</html>

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Landing Page Customization</title>
</head>

<body>
<p id="message">A default landing page file (landing_page.json) has been created in the staticresources directory.
See <a href="https://help.salesforce.com/s/articleView?id=sf.salesforce_app_plus_offline_landing_page.htm&type=5">Customize The Landing Page</a>
for more information on how to modify the landing page file.
</p>
<button id="okButton">OK</button>
<script src="--- MESSAGING_SCRIPT_SRC ---"></script>
</body>

</html>

0 comments on commit 298578f

Please sign in to comment.